From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 20 Jun 2019 16:50:43 +0000 (-0700) Subject: Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263) (#14270) X-Git-Tag: v3.8.0b2~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46e9f15dc93dceee38491c1e3462fca18265b0cb;p=python Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263) (#14270) (cherry picked from commit 8713aa6dfb2a17d6de91943ef1eb0ddba58f5b4a) Co-authored-by: İsmail Arılık --- diff --git a/Lib/idlelib/README.txt b/Lib/idlelib/README.txt index c784a1a0b6..8912f39704 100644 --- a/Lib/idlelib/README.txt +++ b/Lib/idlelib/README.txt @@ -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.