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

(cherry picked from commit 8713aa6dfb)

Co-authored-by: İsmail Arılık <arilik.ismail@gmail.com>
This commit is contained in:
Miss Islington (bot) 2019-06-20 09:50:53 -07:00 committed by Terry Jan Reedy
parent 7b2a913bd8
commit 5ee21732ee
1 changed files with 1 additions and 1 deletions

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.