projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c48618
)
Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263)
author
İsmail Arılık
<arilik.ismail@gmail.com>
Thu, 20 Jun 2019 14:30:55 +0000
(17:30 +0300)
committer
Terry Jan Reedy
<tjreedy@udel.edu>
Thu, 20 Jun 2019 14:30:55 +0000
(10:30 -0400)
Lib/idlelib/README.txt
patch
|
blob
|
history
diff --git
a/Lib/idlelib/README.txt
b/Lib/idlelib/README.txt
index c784a1a0b6133bfaaad1045fc1eb16db36ea7906..8912f39704999bbebd4e2df3eab635f677c5b3aa 100644
(file)
--- a/
Lib/idlelib/README.txt
+++ b/
Lib/idlelib/README.txt
@@
-80,7
+80,7
@@
stackviewer.py # View stack after exception.
statusbar.py # Define status bar for windows (nim).
tabbedpages.py # Define tabbed pages widget (nim).
textview.py # Define read-only text widget (nim).
-tree.py # Define tree widge
r
, used in browsers (nim).
+tree.py # Define tree widge
t
, used in browsers (nim).
undo.py # Manage undo stack.
windows.py # Manage window list and define listed top level.
zoomheight.py # Zoom window to full height of screen.