]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a typo in datamodel reference document (GH-24930)
authorGéry Ogam <gery.ogam@gmail.com>
Sun, 25 Apr 2021 21:13:19 +0000 (23:13 +0200)
committerGitHub <noreply@github.com>
Sun, 25 Apr 2021 21:13:19 +0000 (14:13 -0700)
Doc/reference/datamodel.rst

index 3b8780d834bf0ce4e08b8678aee9ab1c4c25589c..1697330cb9153b7bf061c01d4a95c2f02fc887be 100644 (file)
@@ -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