mirror of
https://github.com/python/cpython.git
synced 2025-11-08 09:32:01 +00:00
[3.14] Doc: Fix duplicate words in idlelib (GH-136089) (#136090)
Doc: Fix duplicate words in idlelib (GH-136089)
(cherry picked from commit f04d2b8819)
Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
This commit is contained in:
parent
c66b54f361
commit
7df3eee645
5 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue