Skip to content

Commit c190320

Browse files
authored
lint
1 parent 14a4b60 commit c190320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/remote_debugging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ To locate a thread:
374374
reliable thread to target.
375375

376376
3. Optionally, use the offset ``interpreter_state.threads_head`` to iterate
377-
through the linked list of all thread states. Each ``PyThreadState``
377+
through the linked list of all thread states. Each ``PyThreadState``
378378
structure contains a ``native_thread_id`` field, which may be compared to
379379
a target thread ID to find a specific thread.
380380

0 commit comments

Comments
 (0)