We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84f1b5 commit a1a5e3cCopy full SHA for a1a5e3c
Doc/reference/datamodel.rst
@@ -1772,7 +1772,7 @@ Super Binding
1772
immediately preceding ``B`` and then invokes the descriptor with the call:
1773
``A.__dict__['m'].__get__(obj, obj.__class__)``.
1774
1775
-For instance bindings, the precedence of descriptor invocation depends on the
+For instance bindings, the precedence of descriptor invocation depends on
1776
which descriptor methods are defined. A descriptor can define any combination
1777
of :meth:`__get__`, :meth:`__set__` and :meth:`__delete__`. If it does not
1778
define :meth:`__get__`, then accessing the attribute will return the descriptor
0 commit comments