Skip to content

Commit bc78c10

Browse files
committed
Fix lint.
1 parent eff9b40 commit bc78c10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/interp-lifecycle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ it possible to avoid these issues by temporarily preventing finalization:
628628
629629
Holding a guard for an interpreter is similar to holding a
630630
:term:`strong reference` to a Python object, except finalization does not happen
631-
automatically after all guards are released: it requires an explicit
631+
automatically after all guards are released: it requires an explicit
632632
:c:func:`Py_EndInterpreter` call.
633633
634634
.. versionadded:: next

0 commit comments

Comments
 (0)