summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-10-14 02:08:45 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-10-14 02:08:45 (GMT)
commit4922ac1b8010516a59d5b345f844c269b162f8f0 (patch)
treea363492abe7d0e2ca99492453cf8cdf0fd4e96b0 /Lib/idlelib
parent1c49ec0df03069bdd2899d1b0f3f9b746c1bf80e (diff)
downloadcpython-4922ac1b8010516a59d5b345f844c269b162f8f0.zip
cpython-4922ac1b8010516a59d5b345f844c269b162f8f0.tar.gz
cpython-4922ac1b8010516a59d5b345f844c269b162f8f0.tar.bz2
Issue #24782: whitespace
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/configDialog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/configDialog.py b/Lib/idlelib/configDialog.py
index f913d0e..c95a22e 100644
--- a/Lib/idlelib/configDialog.py
+++ b/Lib/idlelib/configDialog.py
@@ -1207,7 +1207,7 @@ class ConfigDialog(Toplevel):
This code is generic - it works for any and all IDLE extensions.
IDLE extensions save their configuration options using idleConf.
- This code reads the current configuration using idleConf, supplies a
+ This code reads the current configuration using idleConf, supplies a
GUI interface to change the configuration values, and saves the
changes using idleConf.