diff options
author | Xtreak <tir.karthi@gmail.com> | 2019-06-03 09:51:15 +0530 |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2019-06-03 00:21:15 -0400 |
commit | d9677f36fe486e86bb86f2cd59cb7fc3804bdac1 (patch) | |
tree | 587a07399b08b0c9cb380644d3e85f50442598ce /Lib/idlelib/configdialog.py | |
parent | cba9f84725353455b0995bd47d0fa8cb1724464b (diff) | |
download | cpython-git-d9677f36fe486e86bb86f2cd59cb7fc3804bdac1.tar.gz |
IDLE: Fix typos in docs and comments (GH-13749)
Diffstat (limited to 'Lib/idlelib/configdialog.py')
-rw-r--r-- | Lib/idlelib/configdialog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/configdialog.py b/Lib/idlelib/configdialog.py index 4aaec1321f..807ff60413 100644 --- a/Lib/idlelib/configdialog.py +++ b/Lib/idlelib/configdialog.py @@ -199,7 +199,7 @@ class ConfigDialog(Toplevel): def help(self): """Create textview for config dialog help. - Attrbutes accessed: + Attributes accessed: note Methods: |