[Python-checkins] cpython (3.4): Issue #24782: whitespace

terry.reedy python-checkins at python.org
Tue Oct 13 22:09:55 EDT 2015


https://hg.python.org/cpython/rev/4ed0cc2b7c7c
changeset:   98736:4ed0cc2b7c7c
branch:      3.4
parent:      98732:5647c61fb593
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Tue Oct 13 22:09:06 2015 -0400
summary:
  Issue #24782: whitespace

files:
  Lib/idlelib/configDialog.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/idlelib/configDialog.py b/Lib/idlelib/configDialog.py
--- a/Lib/idlelib/configDialog.py
+++ b/Lib/idlelib/configDialog.py
@@ -1190,7 +1190,7 @@
         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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list