mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
functools.partial docs: Use the more common spelling for "referenceable" (#113675)
This commit is contained in:
parent
ea978c645e
commit
4de468cce1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue