Skip to content

Commit 5ee2173

Browse files
miss-islingtonismailarilik
authored andcommitted
Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263) (#14271)
(cherry picked from commit 8713aa6) Co-authored-by: İsmail Arılık <arilik.ismail@gmail.com>
1 parent 7b2a913 commit 5ee2173

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)