Skip to content

Commit 3d83c1e

Browse files
authored
Fix a typo in Python/pylifecycle.c (#132350)
1 parent 4d58c8c commit 3d83c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/pylifecycle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ _Py_PreInitializeFromPyArgv(const PyPreConfig *src_config, const _PyArgv *args)
967967
return _PyStatus_OK();
968968
}
969969

970-
/* Note: preinitialized remains 1 on error, it is only set to 0
970+
/* Note: preinitializing remains 1 on error, it is only set to 0
971971
at exit on success. */
972972
runtime->preinitializing = 1;
973973

0 commit comments

Comments
 (0)