From: Éric Araujo Date: Fri, 27 May 2011 02:42:47 +0000 (+0200) Subject: Minor doc addition for clarity X-Git-Tag: v2.7.3rc1~564^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5dd034b84fe53934e1c43526f2d03e006cb1e030;p=python Minor doc addition for clarity --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 635b465324..e31dff8f84 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])