Commit f9fd0d79 authored by Raymond Hettinger's avatar Raymond Hettinger

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.
parent 51b4ade3
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment