File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
15671567Every 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 ,
15691569or else the base class's solid base. If there are multiple bases, we first find the solid base
15701570for each base class to produce a list of candidate solid bases. If there is a unique solid base
15711571that is a subclass of all others, then that class is the solid base. Otherwise, class creation
You can’t perform that action at this time.
0 commit comments