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

eric.araujo python-checkins at python.org
Sun May 29 18:14:20 CEST 2011


http://hg.python.org/cpython/rev/fa7d0bbb273d
changeset:   70482:fa7d0bbb273d
branch:      3.1
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
@@ -527,7 +527,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