Skip to content

Commit

Permalink
Fix a typo in datamodel reference document (pythonGH-24930)
Browse files Browse the repository at this point in the history
  • Loading branch information
geryogam authored Apr 25, 2021
1 parent f84f1b5 commit a1a5e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/reference/datamodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1a5e3c

Please sign in to comment.