]> granicus.if.org Git - python/commitdiff
normalize whitespaces
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 5 Oct 2012 19:16:55 +0000 (22:16 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 5 Oct 2012 19:16:55 +0000 (22:16 +0300)
Lib/idlelib/PyShell.py

index a2f1e866c60c1050134dfaddeb8a7604e4c0af2d..142c924b95b20b0b59d9bdb81e2f67a49b33c8fb 100644 (file)
@@ -1009,7 +1009,7 @@ class PyShell(OutputWindow):
                 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