Skip to content

Commit 7afd2ad

Browse files
ismailariliklisroach
authored andcommitted
Fix typo, 'widger' -> 'widget', in idlelib/tree.py (pythonGH-14263)
1 parent 1aa1758 commit 7afd2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/idlelib/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ stackviewer.py # View stack after exception.
8080
statusbar.py # Define status bar for windows (nim).
8181
tabbedpages.py # Define tabbed pages widget (nim).
8282
textview.py # Define read-only text widget (nim).
83-
tree.py # Define tree widger, used in browsers (nim).
83+
tree.py # Define tree widget, used in browsers (nim).
8484
undo.py # Manage undo stack.
8585
windows.py # Manage window list and define listed top level.
8686
zoomheight.py # Zoom window to full height of screen.

0 commit comments

Comments
 (0)