summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libfuncs.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-07-29 06:06:34 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-07-29 06:06:34 (GMT)
commitf9fd0d7988c5f4c69952e7bb9245319424beccf9 (patch)
treede057f6f55d3aeb489520b326586e331020b54c8 /Doc/lib/libfuncs.tex
parent51b4ade30615dccaa7f591456528821f4320d5ff (diff)
downloadcpython-f9fd0d7988c5f4c69952e7bb9245319424beccf9.zip
cpython-f9fd0d7988c5f4c69952e7bb9245319424beccf9.tar.gz
cpython-f9fd0d7988c5f4c69952e7bb9245319424beccf9.tar.bz2
SF bug #997533: "disjunct" should be "disjoint"
* Use plain wording in docs for id(). * Use normal quotation marks instead of single quotes in the description.
Diffstat (limited to 'Doc/lib/libfuncs.tex')
-rw-r--r--Doc/lib/libfuncs.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex
index 0c5b0e3..ff922d4 100644
--- a/Doc/lib/libfuncs.tex
+++ b/Doc/lib/libfuncs.tex
@@ -509,10 +509,10 @@ class C:
\end{funcdesc}
\begin{funcdesc}{id}{object}
- Return the `identity' of an object. This is an integer (or long
+ Return the ``identity'' of an object. This is an integer (or long
integer) which is guaranteed to be unique and constant for this
- object during its lifetime. Two objects whose lifetimes are
- disjunct may have the same \function{id()} value. (Implementation
+ object during its lifetime. Two objects with non-overlapping lifetimes
+ may have the same \function{id()} value. (Implementation
note: this is the address of the object.)
\end{funcdesc}