Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263)

This commit is contained in:
İsmail Arılık 2019-06-20 17:30:55 +03:00 committed by Terry Jan Reedy
parent 0c48618cc0
commit 8713aa6dfb

View file

@ -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.