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

index f913d0e0da2f04bb2604b36c68e12fdc6b184fc8..c95a22ed5e7332c27e6688d7272deb883bc7cc6c 100644 (file)
@@ -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.