We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
functools.partial
1 parent ea978c6 commit 4de468cCopy full SHA for 4de468c
Doc/library/functools.rst
@@ -742,7 +742,7 @@ have three read-only attributes:
742
called.
743
744
:class:`partial` objects are like :class:`function` objects in that they are
745
-callable, weak referencable, and can have attributes. There are some important
+callable, weak referenceable, and can have attributes. There are some important
746
differences. For instance, the :attr:`~definition.__name__` and :attr:`__doc__` attributes
747
are not created automatically. Also, :class:`partial` objects defined in
748
classes behave like static methods and do not transform into bound methods
0 commit comments