10000 Typo (#658) · python/devguide@4537727 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4537727

Browse files
authored
Typo (#658)
1 parent cd34160 commit 4537727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

garbage_collector.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ of ``PyGC_Head`` discussed in the `Memory layout and object structure`_ section:
417417
normally assume the pointers inside the lists are in a consistent state.
418418

419419

420-
* The ``_gc_prev``` field is normally used as the "previous" pointer to maintain the
420+
* The ``_gc_prev`` field is normally used as the "previous" pointer to maintain the
421421
doubly linked list but its lowest two bits are used to keep the flags
422422
``PREV_MASK_COLLECTING`` and ``_PyGC_PREV_MASK_FINALIZED``. Between collections,
423423
the only flag that can be present is ``_PyGC_PREV_MASK_FINALIZED`` that indicates

0 commit comments

Comments
 (0)
0