mirror of https://github.com/python/cpython
Typo, spotted by Detlef Lannert.
This commit is contained in:
parent
fcb05ab512
commit
b03d0cc45e
|
@ -53,7 +53,7 @@ be made to support weak references; see section \ref{weakref-extension},
|
||||||
|
|
||||||
Weak references support tests for equality, but not ordering. If
|
Weak references support tests for equality, but not ordering. If
|
||||||
the referents are still alive, two references have the same
|
the referents are still alive, two references have the same
|
||||||
equalality relationship as their referents (regardless of the
|
equality relationship as their referents (regardless of the
|
||||||
\var{callback}). If either referent has been deleted, the
|
\var{callback}). If either referent has been deleted, the
|
||||||
references are equal only if the reference objects are the same
|
references are equal only if the reference objects are the same
|
||||||
object.
|
object.
|
||||||
|
|
Loading…
Reference in New Issue