mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix a typo in datamodel reference document (GH-24930)
This commit is contained in:
parent
f84f1b5c63
commit
a1a5e3c4c8
1 changed files with 1 additions and 1 deletions
|
@ -1772,7 +1772,7 @@ Super Binding
|
|||
immediately preceding ``B`` and then invokes the descriptor with the call:
|
||||
``A.__dict__['m'].__get__(obj, obj.__class__)``.
|
||||
|
||||
For instance bindings, the precedence of descriptor invocation depends on the
|
||||
For instance bindings, the precedence of descriptor invocation depends on
|
||||
which descriptor methods are defined. A descriptor can define any combination
|
||||
of :meth:`__get__`, :meth:`__set__` and :meth:`__delete__`. If it does not
|
||||
define :meth:`__get__`, then accessing the attribute will return the descriptor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue