We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c246f commit 00818c8Copy full SHA for 00818c8
Doc/reference/datamodel.rst
@@ -768,7 +768,7 @@ Custom classes
768
769
When a class attribute reference (for class :class:`C`, say) would yield a
770
class method object, it is transformed into an instance method object whose
771
- :attr:`__self__` attributes is :class:`C`. When it would yield a static
+ :attr:`__self__` attribute is :class:`C`. When it would yield a static
772
method object, it is transformed into the object wrapped by the static method
773
object. See section :ref:`descriptors` for another way in which attributes
774
retrieved from a class may differ from those actually contained in its
0 commit comments