diff options
author | Raymond Hettinger <python@rcn.com> | 2003-07-02 15:10:38 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-07-02 15:10:38 (GMT) |
commit | f8020e0211223e68488c8ad8d43d3f8b04bbc6f9 (patch) | |
tree | 1b3c0216591382adc4aae8ec0c4a73cedbe1a20a | |
parent | c5528b1f5c0aaa9e05c777d1059147f4627d91db (diff) | |
download | cpython-f8020e0211223e68488c8ad8d43d3f8b04bbc6f9.zip cpython-f8020e0211223e68488c8ad8d43d3f8b04bbc6f9.tar.gz cpython-f8020e0211223e68488c8ad8d43d3f8b04bbc6f9.tar.bz2 |
Grammar nit. SF bug #757822
-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 9e07b00..664b76d 100644 --- a/Doc/lib/libweakref.tex +++ b/Doc/lib/libweakref.tex @@ -19,7 +19,7 @@ object which is referred to by a weak reference. XXX --- need to say more here! -Not all objects can be weakly referenced; those objects which do +Not all objects can be weakly referenced; those objects which can include class instances, functions written in Python (but not in C), and methods (both bound and unbound). Extension types can easily be made to support weak references; see section \ref{weakref-extension}, |