mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Grammar nit. SF bug #757822
This commit is contained in:
parent
c5528b1f5c
commit
f8020e0211
1 changed files with 1 additions and 1 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue