]> granicus.if.org Git - python/commitdiff
Fix typo in weakref.proxy() documentation.
authorFred Drake <fdrake@acm.org>
Thu, 10 May 2001 17:22:17 +0000 (17:22 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 10 May 2001 17:22:17 +0000 (17:22 +0000)
This closes SF bug #423087.

Doc/lib/libweakref.tex

index 5e6e81933f892003dd97c1210bfe2a696ffb3e0c..077e25cdae06ba2db9c6668a3c7998f786cac3ab 100644 (file)
@@ -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}