Skip to content

Commit 51a55ac

Browse files
committed
Remove heading-like incomplete sentence
1 parent 370ef9b commit 51a55ac

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Doc/howto/abi3t-migration.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -421,10 +421,9 @@ Most likely, all your class definitions, *and* all code that accesses
421421
your classes' data, will need to be rewritten.
422422
This will probably be the biggest change you need to support ``abi3t``.
423423

424-
For each such type:
425-
426-
Instead of defining a ``struct`` for the entire instance, define one with only
427-
the “additional” fields -- ones specific to your class, not its superclasses:
424+
For each such type, instead of defining a ``struct`` for the entire instance,
425+
define one with only the “additional” fields -- ones specific to your class,
426+
not its superclasses:
428427

429428
.. code-block::
430429
:class: good

0 commit comments

Comments
 (0)