Skip to content

Commit bf5702b

Browse files
Update Doc/reference/compound_stmts.rst
Co-authored-by: Petr Viktorin <[email protected]>
1 parent ca07bc9 commit bf5702b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/compound_stmts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1565,7 +1565,7 @@ depending on the Python implementation.
15651565
is a solid base if its underlying struct is different in size from its base class.
15661566

15671567
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,
1568+
If there is a single base, the child class's solid base is that class if it is a solid base,
15691569
or else the base class's solid base. If there are multiple bases, we first find the solid base
15701570
for each base class to produce a list of candidate solid bases. If there is a unique solid base
15711571
that is a subclass of all others, then that class is the solid base. Otherwise, class creation

0 commit comments

Comments
 (0)