Fix typo in weakref.proxy() documentation.

This closes SF bug #423087.
This commit is contained in:
Fred Drake 2001-05-10 17:22:17 +00:00
parent aaa48ff5c9
commit e7ec1efe50

View 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}