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

Skip to content

Commit 4391ea5

Browse files
rodrigogiraoserraopull[bot]
authored andcommitted
functools.partial docs: Use the more common spelling for "referenceable" (#113675)
1 parent 66f6d55 commit 4391ea5

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
@@ -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)