Skip to content

Commit 6d6969e

Browse files
committed
Adjust comment.
1 parent 455cfda commit 6d6969e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_pystate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ extern "C" {
1111
#include "pycore_pythonrun.h" // _PyOS_STACK_MARGIN_SHIFT
1212
#include "pycore_typedefs.h" // _PyRuntimeState
1313
#include "pycore_tstate.h"
14-
#include "pycore_interp.h" // _PyInterpreterState_HasFeature
14+
#include "pycore_interp.h" // _PyInterpreterState_HasFeature()
1515

1616

1717
// Values for PyThreadState.state. A thread must be in the "attached" state

0 commit comments

Comments
 (0)