Typo, spotted by Detlef Lannert.

This commit is contained in:
Fred Drake 2001-11-26 21:39:40 +00:00
parent fcb05ab512
commit b03d0cc45e
1 changed files with 1 additions and 1 deletions

View File

@ -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
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
references are equal only if the reference objects are the same
object.