File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -854,13 +854,13 @@ Custom classes
854854 their occurrence in the base class list.
855855
856856 :attr: `~class.__base__ `
857- ``__base__ `` corresponds to the :c:member: `~PyTypeObject.tp_base ` in a
858- type object. At the C level, Python has a single inheritance model
859- that determines the memory layout of instances. There is a chain
860- involving base classes that contribute to the instance layout.
861- ``__base__ `` is the base class that is involved in that chain.
857+ ``__base__ `` corresponds to the :c:member: `~PyTypeObject.tp_base ` in a
858+ type object. At the C level, Python has a single inheritance model
859+ that determines the memory layout of instances. There is a chain
860+ involving base classes that contribute to the instance layout.
861+ ``__base__ `` is the base class that is involved in that chain.
862862
863- .. impl-detail ::
863+ .. impl-detail ::
864864 The behavior of the ``__base__ `` attribute is dependent on the :term: `CPython ` implementation.
865865
866866 :attr: `__doc__ `
You can’t perform that action at this time.
0 commit comments