8000 Fix typo · python/cpython@ba98fc1 · GitHub
[go: up one dir, main page]

Skip to content

Commit ba98fc1

Browse files
committed
Fix typo
1 parent 2910570 commit ba98fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/pystate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ PyInterpreterState_Clear(PyInterpreterState *interp)
314314

315315
/* We don't clear sysdict and builtins until the end of this function.
316316
Because clearing other attributes can execute arbitrary Python code
317-
which reuqires sysdict and builtins. */
317+
which requires sysdict and builtins. */
318318
PyDict_Clear(sysdict);
319319
PyDict_Clear(builtins);
320320

0 commit comments

Comments
 (0)
0