8000
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 04e03f4 commit ee49484Copy full SHA for ee49484
Doc/reference/datamodel.rst
@@ -1820,7 +1820,7 @@ Class Binding
1820
Super Binding
1821
If ``a`` is an instance of :class:`super`, then the binding ``super(B, obj).m()``
1822
searches ``obj.__class__.__mro__`` for the base class ``A``
1823
- immediately preceding ``B`` and then invokes the descriptor with the call:
+ immediately following ``B`` and then invokes the descriptor with the call:
1824
``A.__dict__['m'].__get__(obj, obj.__class__)``.
1825
1826
For instance bindings, the precedence of descriptor invocation depends on
0 commit comments