]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
`functools.partial` docs: Use the more common spelling for "referenceable" (#113675)
authorRodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
Wed, 3 Jan 2024 12:50:44 +0000 (12:50 +0000)
committerGitHub <noreply@github.com>
Wed, 3 Jan 2024 12:50:44 +0000 (12:50 +0000)
Doc/library/functools.rst

index 69ec1eb3ecd89d4e575810ca5e4b980b6dabdc88..6749a5137b446f31b519ffde07e4c820e6ff1dcd 100644 (file)
@@ -742,7 +742,7 @@ have three read-only attributes:
    called.
 
 :class:`partial` objects are like :class:`function` objects in that they are
-callable, weak referencable, and can have attributes.  There are some important
+callable, weak referenceable, and can have attributes.  There are some important
 differences.  For instance, the :attr:`~definition.__name__` and :attr:`__doc__` attributes
 are not created automatically.  Also, :class:`partial` objects defined in
 classes behave like static methods and do not transform into bound methods