Commit 8713aa6d authored by İsmail Arılık's avatar İsmail Arılık Committed by Terry Jan Reedy

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

parent 0c48618c
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment