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:
parent
7b2a913bd8
commit
5ee21732ee
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue