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 14a4b60 commit c190320Copy full SHA for c190320
Doc/howto/remote_debugging.rst
@@ -374,7 +374,7 @@ To locate a thread:
374
reliable thread to target.
375
376
3. Optionally, use the offset ``interpreter_state.threads_head`` to iterate
377
- through the linked list of all thread states. Each ``PyThreadState``
+ through the linked list of all thread states. Each ``PyThreadState``
378
structure contains a ``native_thread_id`` field, which may be compared to
379
a target thread ID to find a specific thread.
380
0 commit comments