Skip to content

Commit dcf17f8

Browse files
committed
Issue #19466: Fix typo. Patch written by Vajrasky Kok.
1 parent 45956b9 commit dcf17f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/pythonrun.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ Py_Finalize(void)
581581
other threads to call objects destructor. Destructors will be called in
582582
the current Python thread. Since _Py_Finalizing has been set, no other
583583
Python threads can lock the GIL at this point (if they try, they will
584-
exit immediatly). */
584+
exit immediately). */
585585
_PyThreadState_DeleteExcept(tstate);
586586

587587
/* Collect garbage. This may call finalizers; it's nice to call these

0 commit comments

Comments
 (0)