Skip to content

Commit a1a5e3c

Browse files
authored
Fix a typo in datamodel reference document (GH-24930)
1 parent f84f1b5 commit a1a5e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/datamodel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1772,7 +1772,7 @@ Super Binding
17721772
immediately preceding ``B`` and then invokes the descriptor with the call:
17731773
``A.__dict__['m'].__get__(obj, obj.__class__)``.
17741774

1775-
For instance bindings, the precedence of descriptor invocation depends on the
1775+
For instance bindings, the precedence of descriptor invocation depends on
17761776
which descriptor methods are defined. A descriptor can define any combination
17771777
of :meth:`__get__`, :meth:`__set__` and :meth:`__delete__`. If it does not
17781778
define :meth:`__get__`, then accessing the attribute will return the descriptor

0 commit comments

Comments
 (0)