diff options
author | Fred Drake <fdrake@acm.org> | 2001-05-10 17:22:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-05-10 17:22:17 (GMT) |
commit | e7ec1efe5028690695808c246da81e49cfc6ba66 (patch) | |
tree | ec3fe4db4a28f32a1afce7e5f2a644be63821b09 /Doc/lib | |
parent | aaa48ff5c90dc0d9d6ab5c91392e02287a1133e7 (diff) | |
download | cpython-e7ec1efe5028690695808c246da81e49cfc6ba66.zip cpython-e7ec1efe5028690695808c246da81e49cfc6ba66.tar.gz cpython-e7ec1efe5028690695808c246da81e49cfc6ba66.tar.bz2 |
Fix typo in weakref.proxy() documentation.
This closes SF bug #423087.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libweakref.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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} |