Thanks to visit codestin.com Credit goes to github.com
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 66f6d55 commit 4391ea5Copy full SHA for 4391ea5
1 file changed
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