]> granicus.if.org Git - python/commitdiff
Typo, spotted by Detlef Lannert.
authorFred Drake <fdrake@acm.org>
Mon, 26 Nov 2001 21:39:40 +0000 (21:39 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 26 Nov 2001 21:39:40 +0000 (21:39 +0000)
Doc/lib/libweakref.tex

index 7f851cdef33f6f77132d41804d18400d20dac15c..d56f1cbaadcf5b04bcbb84bdcd5874eb12876935 100644 (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.