]> 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 635b4653245d5b3ffd72c127746a64429672807d..e31dff8f84c65daa445c95f5b8fc6e4c08d5ca94 100644 (file)
@@ -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])