summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-10-14 02:09:19 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-10-14 02:09:19 (GMT)
commitc1e98de7be2f6d1d34df36b37e45f97ed209c847 (patch)
tree13e2fb099456350795ef94a45056a93aaa213de0 /Lib/idlelib
parent447169f6daf7f87f969c0ec25427231530351420 (diff)
parentb2f87608d1ef42fa30d48b0beac58a17dcf649f4 (diff)
downloadcpython-c1e98de7be2f6d1d34df36b37e45f97ed209c847.zip
cpython-c1e98de7be2f6d1d34df36b37e45f97ed209c847.tar.gz
cpython-c1e98de7be2f6d1d34df36b37e45f97ed209c847.tar.bz2
Merge with 3.4
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 3f1207b..f9092e1 100644
--- a/Lib/idlelib/configDialog.py
+++ b/Lib/idlelib/configDialog.py
@@ -1190,7 +1190,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.