diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 635b4653245..e31dff8f84c 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -583,7 +583,7 @@ available. They are listed here in alphabetical order. Two objects with non-overlapping lifetimes may have the same :func:`id` value. - .. impl-detail:: This is the address of the object. + .. impl-detail:: This is the address of the object in memory. .. function:: input([prompt])