Skip to content

Commit b676958

Browse files
authored
harmonize indentation
1 parent 6d1ad66 commit b676958

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Doc/reference/datamodel.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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__`

0 commit comments

Comments
 (0)