mirror of
https://github.com/python/cpython.git
synced 2025-10-30 09:57:32 +00:00
Typo, spotted by Detlef Lannert.
This commit is contained in:
parent
fcb05ab512
commit
b03d0cc45e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue