]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a typo in datamodel reference document (GH-24930)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 25 Apr 2021 21:36:57 +0000 (14:36 -0700)
committerGitHub <noreply@github.com>
Sun, 25 Apr 2021 21:36:57 +0000 (14:36 -0700)
(cherry picked from commit a1a5e3c4c83c3e3fe24c96ae22dfdedc7e23a1bb)

Co-authored-by: Géry Ogam <gery.ogam@gmail.com>
Doc/reference/datamodel.rst

index 3b3bd5524ec5dcea852bf06622365c2acf3a459b..46ee8ec3cba6fcbabb9fb0d73d6c6c9436e1956f 100644 (file)
@@ -1773,7 +1773,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