We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09011fe commit 1e5db7aCopy full SHA for 1e5db7a
Include/cpython/pystate.h
@@ -219,7 +219,7 @@ struct _ts {
219
_PyRemoteDebuggerSupport remote_debugger_support;
220
221
#ifdef Py_STATS
222
- // Pointer PyStats structure, NULL if recording is off. For the
+ // Pointer to PyStats structure, NULL if recording is off. For the
223
// free-threaded build, the structure is per-thread (stored as a pointer
224
// in _PyThreadStateImpl). For the default build, the structure is stored
225
// in the PyInterpreterState structure (threads do not have their own
0 commit comments