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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f33de715147371c39713a1421fc8bdb01676902f;p=python Minor doc addition for clarity --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 1547f6d9c8..42f2bc93d7 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])