commit | 5dd034b84fe53934e1c43526f2d03e006cb1e030 | [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 | dde9e3647f3bc100c79a750a9e0467e9aa7a4351 | |
parent | ec464cf9bb27380f6e351a9fe4d5b52c9b4a12af [diff] |
Minor doc addition for clarity
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 635b465..e31dff8 100644 --- 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])