]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
PR 132638 typo fix (#132785)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Mon, 21 Apr 2025 20:33:19 +0000 (21:33 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Apr 2025 20:33:19 +0000 (20:33 +0000)
Update remote_debugging.rst

Doc/howto/remote_debugging.rst

index 37c3572c8a3c31d732e046284c7543234a441b0b..5e776eb6816957ba224e6fe84a1fc35280f0bc67 100644 (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 process’s memory.
 2. Read and validate the ``_Py_DebugOffsets`` structure at the beginning of