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 8f2c0f7 commit 54ed1f3Copy full SHA for 54ed1f3
Doc/tutorial/classes.rst
@@ -638,7 +638,7 @@ multiple base classes looks like this::
638
<statement-N>
639
640
For most purposes, in the simplest cases, you can think of the search for
641
-attributes inherited from a parent class as depth-first, left-to-right, not
+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
Thus, if an attribute is not found in :class:`!DerivedClassName`, it is searched
644
for in :class:`!Base1`, then (recursively) in the base classes of :class:`!Base1`,
0 commit comments