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 c0112c7 commit 1ee8c2aCopy full SHA for 1ee8c2a
Doc/tutorial/classes.rst
@@ -660,8 +660,8 @@ For examnple::
660
>>> cat_dog.who_am_i()
661
I'm a Dog
662
663
-In reality it is a little more complicated. Python uses the C3 method
664
-resolution order (MRO). Each class has a built-in attribute
+In reality it is a little more complicated. Python uses the C3 method
+resolution order (MRO). Each class has a built-in attribute
665
:attr:`~type.__mro__` that returns a tuple of classes that are considered
666
during method resolution::
667
0 commit comments