summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorİsmail Arılık <arilik.ismail@gmail.com>2019-06-20 14:30:55 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2019-06-20 14:30:55 (GMT)
commit8713aa6dfb2a17d6de91943ef1eb0ddba58f5b4a (patch)
treee1ecebca6360db064b1b9d352d247fcef03c91c0 /Lib/idlelib
parent0c48618cc0d28caf3db191879715e519546857fd (diff)
downloadcpython-8713aa6dfb2a17d6de91943ef1eb0ddba58f5b4a.zip
cpython-8713aa6dfb2a17d6de91943ef1eb0ddba58f5b4a.tar.gz
cpython-8713aa6dfb2a17d6de91943ef1eb0ddba58f5b4a.tar.bz2
Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263)
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/README.txt b/Lib/idlelib/README.txt
index c784a1a..8912f39 100644
--- 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 widger, used in browsers (nim).
+tree.py # Define tree widget, 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.