Skip to content

Commit bb8afa3

Browse files
pablogsalhugovk
andauthored
Update pep-0778.rst
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent eefe6cc commit bb8afa3

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
@@ -32,7 +32,7 @@ inspecting memory usage, or investigating unexpected behavior in real-time.
3232

3333
Very few Python tools can attach to running processes, primarily because doing
3434
so requires deep expertise in both operating system debugging interfaces and
35-
CPython internals. While C/C++ debuggers like gdb and lldb can attach to
35+
CPython internals. While C/C++ debuggers like GDB and LLDB can attach to
3636
processes using well-understood techniques, Python tools must implement all of
3737
these low-level mechanisms plus handle additional complexity. For example, when
3838
gdb needs to execute code in a target process, it:

0 commit comments

Comments
 (0)