Skip to content

Commit 97cc58f

Browse files
authored
Fix comment in pycore_runtime.h (GH-110540)
1 parent dc01b91 commit 97cc58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_runtime.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ typedef struct pyruntimestate {
268268
a pointer type.
269269
*/
270270

271-
/* PyInterpreterState.interpreters.main */
271+
/* _PyRuntimeState.interpreters.main */
272272
PyInterpreterState _main_interpreter;
273273

274274
#if defined(__EMSCRIPTEN__) && defined(PY_CALL_TRAMPOLINE)

0 commit comments

Comments
 (0)