[Python-checkins] cpython: normalize whitespaces

andrew.svetlov python-checkins at python.org
Fri Oct 5 21:17:07 CEST 2012


http://hg.python.org/cpython/rev/5c2aabd7619b
changeset:   79498:5c2aabd7619b
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Fri Oct 05 22:16:55 2012 +0300
summary:
  normalize whitespaces

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


diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py
--- a/Lib/idlelib/PyShell.py
+++ b/Lib/idlelib/PyShell.py
@@ -1009,7 +1009,7 @@
                 return False
         else:
             nosub = ("==== No Subprocess ====\n\n" +
-                    "WARNING: Running IDLE without a Subprocess is deprecated\n" + 
+                    "WARNING: Running IDLE without a Subprocess is deprecated\n" +
                     "and will be removed in a later version. See Help/IDLE Help\n" +
                     "for details.\n\n")
             sys.displayhook = rpc.displayhook

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


More information about the Python-checkins mailing list