commit | f33de715147371c39713a1421fc8bdb01676902f | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Fri May 27 04:42:47 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Fri May 27 04:42:47 2011 +0200 |
tree | 285cb1d7b8857380bb5d080db945027f17c86c9e | |
parent | e0854f9dbff33c941fc7897c6f1c44cadec9d2e7 [diff] |
Minor doc addition for clarity
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 1547f6d..42f2bc9 100644 --- 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])