Skip to content

Commit eb5eef6

Browse files
authored
Update debugger.py
1 parent 1bba3b5 commit eb5eef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/idlelib/debugger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Debug user code with a GUI interface to a subclass of bdb.Bdb.
22
3-
The Idb instance 'idb' and Debugger instance 'gui' need references to each
3+
The Idb idb and Debugger gui instances each need a reference to each
44
other or to an rpc proxy for each other.
55
66
If IDLE is started with '-n', so that user code and idb both run in the

0 commit comments

Comments
 (0)