Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7ec1ef

Browse files
committed
Fix typo in weakref.proxy() documentation.
This closes SF bug #423087.
1 parent aaa48ff commit e7ec1ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libweakref.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ \section{\module{weakref} ---
6262
callable. Proxy objects are not hashable regardless of the
6363
referent; this avoids a number of problems related to their
6464
fundamentally mutable nature, and prevent their use as dictionary
65-
keys. \var{callable} is the same as the parameter of the same name
65+
keys. \var{callback} is the same as the parameter of the same name
6666
to the \function{ref()} function.
6767
\end{funcdesc}
6868

0 commit comments

Comments
 (0)