From: Géry Ogam Date: Sun, 25 Apr 2021 21:13:19 +0000 (+0200) Subject: Fix a typo in datamodel reference document (GH-24930) X-Git-Tag: v3.10.0b1~163 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1a5e3c4c83c3e3fe24c96ae22dfdedc7e23a1bb;p=thirdparty%2FPython%2Fcpython.git Fix a typo in datamodel reference document (GH-24930) --- diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 3b8780d834bf..1697330cb915 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -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