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 dc07e9c commit c0112c7Copy full SHA for c0112c7
Doc/tutorial/classes.rst
@@ -640,7 +640,7 @@ multiple base classes looks like this::
640
For most purposes, in the simplest cases, you can think of the search for
641
attributes inherited from a parent class as breadth-first, left-to-right, not
642
searching twice in the same class where there is an overlap in the hierarchy.
643
- For examnple::
+For examnple::
644
645
>>> class Animal:
646
... def who_am_i(self):
0 commit comments