From: Fred Drake Date: Thu, 10 May 2001 17:23:10 +0000 (+0000) Subject: Fix typo in weakref.proxy() documentation. X-Git-Tag: v2.1.1c1~132 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd7d2d053b7ebcddb56a5b4efa7e86ec7137fc97;p=thirdparty%2FPython%2Fcpython.git Fix typo in weakref.proxy() documentation. This closes SF bug #423087. --- diff --git a/Doc/lib/libweakref.tex b/Doc/lib/libweakref.tex index 5e6e81933f89..077e25cdae06 100644 --- a/Doc/lib/libweakref.tex +++ b/Doc/lib/libweakref.tex @@ -62,7 +62,7 @@ be made to support weak references; see section \ref{weakref-extension}, callable. Proxy objects are not hashable regardless of the referent; this avoids a number of problems related to their fundamentally mutable nature, and prevent their use as dictionary - keys. \var{callable} is the same as the parameter of the same name + keys. \var{callback} is the same as the parameter of the same name to the \function{ref()} function. \end{funcdesc}