Skip to content

Commit 0686932

Browse files
Update Doc/library/functools.rst
Co-authored-by: Edgar Ramírez Mondragón <16805946+edgarrmondragon@users.noreply.github.com>
1 parent d26358a commit 0686932

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/functools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ The :mod:`!functools` module defines the following functions:
157157
descriptor protocol), so parallel access on a single instance can race to
158158
initialize.
159159

160-
This decorator requires that the each instance supports weak references.
160+
This decorator requires that the instance supports weak references.
161161
Some immutable types and slotted classes without ``__weakref__`` as one of
162162
the defined slots will encounter errors when the cached method is first used.
163163

0 commit comments

Comments
 (0)