https://github.com/python/cpython/commit/4de468cce106221968d7ac08ddd94571b903c194
commit: 4de468cce106221968d7ac08ddd94571b903c194
branch: main
author: Rodrigo Girão Serrão 
<[email protected]>
committer: AlexWaygood <[email protected]>
date: 2024-01-03T12:50:44Z
summary:

`functools.partial` docs: Use the more common spelling for "referenceable" 
(#113675)

files:
M Doc/library/functools.rst

diff --git a/Doc/library/functools.rst b/Doc/library/functools.rst
index 69ec1eb3ecd89d..6749a5137b446f 100644
--- a/Doc/library/functools.rst
+++ b/Doc/library/functools.rst
@@ -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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to