Skip to content

Commit 03e5647

Browse files
authored
bpo-44702: Remove ambiguity in sentence (GH-27676)
Automerge-Triggered-By: GH:pablogsal
1 parent eb2d4a6 commit 03e5647

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/weakref.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ or :class:`finalize` is all they need -- it's not usually necessary to
6363
create your own weak references directly. The low-level machinery is
6464
exposed by the :mod:`weakref` module for the benefit of advanced uses.
6565

66-
Not all objects can be weakly referenced; those objects which can include class
67-
instances, functions written in Python (but not in C), instance methods, sets,
68-
frozensets, some :term:`file objects <file object>`, :term:`generators <generator>`,
66+
Not all objects can be weakly referenced. Objects which support weak references
67+
include class instances, functions written in Python (but not in C), instance methods,
68+
sets, frozensets, some :term:`file objects <file object>`, :term:`generators <generator>`,
6969
type objects, sockets, arrays, deques, regular expression pattern objects, and code
7070
objects.
7171

0 commit comments

Comments
 (0)