PR 132638 typo fix (#132785)

Update remote_debugging.rst
This commit is contained in:
Stan Ulbrych 2025-04-21 21:33:19 +01:00 committed by GitHub
parent 2b1dac6039
commit 08e331d05e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ present and accessible to the target process during execution.
Summary
=======
To inject and execute a Python script in a remote parocess:
To inject and execute a Python script in a remote process:
1. Locate the ``PyRuntime`` structure in the target processs memory.
2. Read and validate the ``_Py_DebugOffsets`` structure at the beginning of