[Python-checkins] cpython (2.7): Minor doc addition for clarity

eric.araujo python-checkins at python.org
Fri Jul 29 14:37:59 CEST 2011


http://hg.python.org/cpython/rev/cdff35544530
changeset:   71583:cdff35544530
branch:      2.7
user:        Éric Araujo <merwok at netwok.org>
date:        Fri May 27 04:42:47 2011 +0200
summary:
  Minor doc addition for clarity

files:
  Doc/library/functions.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -583,7 +583,7 @@
    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])

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list