From: Fred Drake Date: Mon, 26 Nov 2001 21:39:40 +0000 (+0000) Subject: Typo, spotted by Detlef Lannert. X-Git-Tag: v2.2.1c1~698 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b03d0cc45ef722966a214e2f581742777497d1b1;p=thirdparty%2FPython%2Fcpython.git Typo, spotted by Detlef Lannert. --- diff --git a/Doc/lib/libweakref.tex b/Doc/lib/libweakref.tex index 7f851cdef33f..d56f1cbaadcf 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.