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

Skip to content

Commit 3a9bf03

Browse files
[3.11] functools.partial docs: Use the more common spelling for "referenceable" (GH-113675) (#113678)
`functools.partial` docs: Use the more common spelling for "referenceable" (GH-113675) (cherry picked from commit 4de468c) Co-authored-by: Rodrigo Girão Serrão <[email protected]>
1 parent d4a28ec commit 3a9bf03

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
@@ -725,7 +725,7 @@ have three read-only attributes:
725725
called.
726726

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

0 commit comments

Comments
 (0)