Skip to content

Commit 40cc8f6

Browse files
committed
Add newlines
1 parent 1805d9e commit 40cc8f6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

peps/pep-0805.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ With these fields, the ``PyObject`` header should be the smaller than is current
479479
although larger than for the default (with GIL) build.
480480

481481
A possible object header:
482+
482483
.. code-block:: C
483484
484485
uint32_t ref_count_local;
@@ -492,6 +493,7 @@ A possible object header:
492493
493494
494495
or if we use atomic reference counting for non-local objects, we can use pointers for owners:
496+
495497
.. code-block:: C
496498
497499
uintptr_t owner;

0 commit comments

Comments
 (0)