]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #24782: whitespace
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 14 Oct 2015 02:09:06 +0000 (22:09 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Wed, 14 Oct 2015 02:09:06 +0000 (22:09 -0400)
Lib/idlelib/configDialog.py

index 3f1207b56eeb3f2bda35f9dba634944159bd5b9f..f9092e1df8cf894112ac08ccac64d19975928802 100644 (file)
@@ -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.