Skip to content

Commit 4de468c

Browse files
functools.partial docs: Use the more common spelling for "referenceable" (#113675)
1 parent ea978c6 commit 4de468c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/functools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ have three read-only attributes:
742742
called.
743743

744744
:class:`partial` objects are like :class:`function` objects in that they are
745-
callable, weak referencable, and can have attributes. There are some important
745+
callable, weak referenceable, and can have attributes. There are some important
746746
differences. For instance, the :attr:`~definition.__name__` and :attr:`__doc__` attributes
747747
are not created automatically. Also, :class:`partial` objects defined in
748748
classes behave like static methods and do not transform into bound methods

0 commit comments

Comments
 (0)