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 ca07bc9 commit bf5702bCopy full SHA for bf5702b
1 file changed
Doc/reference/compound_stmts.rst
@@ -1565,7 +1565,7 @@ depending on the Python implementation.
1565
is a solid base if its underlying struct is different in size from its base class.
1566
1567
Every class has a solid base. :class:`object`, the base class, has itself as its solid base.
1568
-If there is a single base, the child class's solid base is that class if it is a solid baes,
+If there is a single base, the child class's solid base is that class if it is a solid base,
1569
or else the base class's solid base. If there are multiple bases, we first find the solid base
1570
for each base class to produce a list of candidate solid bases. If there is a unique solid base
1571
that is a subclass of all others, then that class is the solid base. Otherwise, class creation
0 commit comments