Doc: Fix duplicate words in idlelib (#136089)

This commit is contained in:
Weilin Du 2025-06-29 14:47:38 +08:00 committed by GitHub
parent 5334732f9c
commit f04d2b8819
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
"""Debug user code with a GUI interface to a subclass of bdb.Bdb.
The Idb idb and Debugger gui instances each need a reference to each
The Idb instance 'idb' and Debugger instance 'gui' need references to each
other or to an rpc proxy for each other.
If IDLE is started with '-n', so that user code and idb both run in the