From: Raymond Hettinger Date: Thu, 29 Jul 2004 06:06:34 +0000 (+0000) Subject: SF bug #997533: "disjunct" should be "disjoint" X-Git-Tag: v2.4a2~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9fd0d7988c5f4c69952e7bb9245319424beccf9;p=python 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. --- diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 0c5b0e359e..ff922d40f9 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}