Commit e7ec1efe authored by Fred Drake's avatar Fred Drake

Fix typo in weakref.proxy() documentation.

This closes SF bug #423087.
parent aaa48ff5
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment