summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-05-27 04:42:47 +0200
committerÉric Araujo <merwok@netwok.org>2011-05-27 04:42:47 +0200
commitf33de715147371c39713a1421fc8bdb01676902f (patch)
tree285cb1d7b8857380bb5d080db945027f17c86c9e
parente0854f9dbff33c941fc7897c6f1c44cadec9d2e7 (diff)
downloadcpython-git-f33de715147371c39713a1421fc8bdb01676902f.tar.gz
Minor doc addition for clarity
-rw-r--r--Doc/library/functions.rst2
1 files changed, 1 insertions, 1 deletions
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])