mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263) (#14270)
(cherry picked from commit 8713aa6dfb
)
Co-authored-by: İsmail Arılık <arilik.ismail@gmail.com>
This commit is contained in:
parent
0bda8941fc
commit
46e9f15dc9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue