Skip to content

Commit a85ea65

Browse files
Update pep-0778.rst
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
1 parent 16f0d5b commit a85ea65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0778.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ counting system. This combination of low-level system manipulation and
5555
deep domain specific interpreter knowledge makes implementing Python debugging tools
5656
exceptionally difficult.
5757

58-
The few tools ( see for example [1]_ and [2]_ )that do attempt this resort to
58+
The few tools (see for example [1]_ and [2]_) that do attempt this resort to
5959
suboptimal and unsafe methods,
6060
using system debuggers like gdb and lldb to forcefully inject code. This
6161
approach is fundamentally unsafe because the injected code can execute at any

0 commit comments

Comments
 (0)