]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Grammar nit. SF bug #757822
authorRaymond Hettinger <python@rcn.com>
Wed, 2 Jul 2003 15:10:38 +0000 (15:10 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 2 Jul 2003 15:10:38 +0000 (15:10 +0000)
Doc/lib/libweakref.tex

index 9e07b00d301d8c80fa3bfac54f1d525e00a315a4..664b76d1a53a9a98ab1eff75c480e66a89e2a068 100644 (file)
@@ -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},