Skip to content

Commit 08e331d

Browse files
PR 132638 typo fix (#132785)
Update remote_debugging.rst
1 parent 2b1dac6 commit 08e331d

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
@@ -531,7 +531,7 @@ present and accessible to the target process during execution.
531531
Summary
532532
=======
533533

534-
To inject and execute a Python script in a remote parocess:
534+
To inject and execute a Python script in a remote process:
535535

536536
1. Locate the ``PyRuntime`` structure in the target process’s memory.
537537
2. Read and validate the ``_Py_DebugOffsets`` structure at the beginning of

0 commit comments

Comments
 (0)