]> granicus.if.org Git - python/commitdiff
Minor doc addition for clarity
authorÉric Araujo <merwok@netwok.org>
Fri, 27 May 2011 02:42:47 +0000 (04:42 +0200)
committerÉric Araujo <merwok@netwok.org>
Fri, 27 May 2011 02:42:47 +0000 (04:42 +0200)
Doc/library/functions.rst

index 1547f6d9c80f6852c2b57da5d67de855aab4e72c..42f2bc93d7055d50261db433deb5848f1dcb3d72 100644 (file)
@@ -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])