From: Éric Araujo Date: Fri, 27 May 2011 02:42:47 +0000 (+0200) Subject: Minor doc addition for clarity X-Git-Tag: v3.1.4rc1~2^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f33de715147371c39713a1421fc8bdb01676902f;p=thirdparty%2FPython%2Fcpython.git Minor doc addition for clarity --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 1547f6d9c80f..42f2bc93d705 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -527,7 +527,7 @@ are always 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])