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

Skip to content

Commit f8020e0

Browse files
committed
Grammar nit. SF bug #757822
1 parent c5528b1 commit f8020e0

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
@@ -19,7 +19,7 @@ \section{\module{weakref} ---
1919

2020
XXX --- need to say more here!
2121

22-
Not all objects can be weakly referenced; those objects which do
22+
Not all objects can be weakly referenced; those objects which can
2323
include class instances, functions written in Python (but not in C),
2424
and methods (both bound and unbound). Extension types can easily
2525
be made to support weak references; see section \ref{weakref-extension},

0 commit comments

Comments
 (0)