diff options
author | Fred Drake <fdrake@acm.org> | 2001-11-26 21:39:40 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-11-26 21:39:40 (GMT) |
commit | b03d0cc45ef722966a214e2f581742777497d1b1 (patch) | |
tree | c21c608aa0589bc371a55ad9c79272d93cded597 | |
parent | fcb05ab512c6a0472c0aaaf02cd8caf50d0ffae0 (diff) | |
download | cpython-b03d0cc45ef722966a214e2f581742777497d1b1.zip cpython-b03d0cc45ef722966a214e2f581742777497d1b1.tar.gz cpython-b03d0cc45ef722966a214e2f581742777497d1b1.tar.bz2 |
Typo, spotted by Detlef Lannert.
-rw-r--r-- | Doc/lib/libweakref.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libweakref.tex b/Doc/lib/libweakref.tex index 7f851cd..d56f1cb 100644 --- a/Doc/lib/libweakref.tex +++ b/Doc/lib/libweakref.tex @@ -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. |