Skip to content

Commit 1e5db7a

Browse files
Typo fix for comment in Include/cpython/pystate.h
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
1 parent 09011fe commit 1e5db7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/cpython/pystate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ struct _ts {
219219
_PyRemoteDebuggerSupport remote_debugger_support;
220220

221221
#ifdef Py_STATS
222-
// Pointer PyStats structure, NULL if recording is off. For the
222+
// Pointer to PyStats structure, NULL if recording is off. For the
223223
// free-threaded build, the structure is per-thread (stored as a pointer
224224
// in _PyThreadStateImpl). For the default build, the structure is stored
225225
// in the PyInterpreterState structure (threads do not have their own

0 commit comments

Comments
 (0)