https://github.com/python/cpython/commit/08e331d05e694b5ed3265556ea345b9b19a187da
commit: 08e331d05e694b5ed3265556ea345b9b19a187da
branch: main
author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com>
committer: pablogsal <pablog...@gmail.com>
date: 2025-04-21T20:33:19Z
summary:

PR 132638 typo fix (#132785)

Update remote_debugging.rst

files:
M Doc/howto/remote_debugging.rst

diff --git a/Doc/howto/remote_debugging.rst b/Doc/howto/remote_debugging.rst
index 37c3572c8a3c31..5e776eb6816957 100644
--- a/Doc/howto/remote_debugging.rst
+++ b/Doc/howto/remote_debugging.rst
@@ -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

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to