From e7ec1efe5028690695808c246da81e49cfc6ba66 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 10 May 2001 17:22:17 +0000 Subject: Fix typo in weakref.proxy() documentation. This closes SF bug #423087. --- Doc/lib/libweakref.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libweakref.tex b/Doc/lib/libweakref.tex index 5e6e819..077e25c 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} -- cgit v0.12