Skip to content

Commit 1ee8c2a

Browse files
linter
1 parent c0112c7 commit 1ee8c2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/tutorial/classes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,8 +660,8 @@ For examnple::
660660
>>> cat_dog.who_am_i()
661661
I'm a Dog
662662

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
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
665665
:attr:`~type.__mro__` that returns a tuple of classes that are considered
666666
during method resolution::
667667

0 commit comments

Comments
 (0)