[Python-checkins] Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263) (#14271)

Terry Jan Reedy webhook-mailer at python.org
Thu Jun 20 12:50:56 EDT 2019


https://github.com/python/cpython/commit/5ee21732ee609805c60c60691119f3d509d50cd5
commit: 5ee21732ee609805c60c60691119f3d509d50cd5
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Terry Jan Reedy <tjreedy at udel.edu>
date: 2019-06-20T12:50:53-04:00
summary:

Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263) (#14271)

(cherry picked from commit 8713aa6dfb2a17d6de91943ef1eb0ddba58f5b4a)

Co-authored-by: İsmail Arılık <arilik.ismail at gmail.com>

files:
M Lib/idlelib/README.txt

diff --git a/Lib/idlelib/README.txt b/Lib/idlelib/README.txt
index c784a1a0b613..8912f3970499 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.



More information about the Python-checkins mailing list