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

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


https://hg.python.org/cpython/rev/6bce28fec911
changeset:   98735:6bce28fec911
branch:      2.7
parent:      98731:334dc1abc8af
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Tue Oct 13 22:08:45 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
@@ -1207,7 +1207,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