normalize whitespaces

This commit is contained in:
Andrew Svetlov 2012-10-05 22:16:55 +03:00
parent 9b1e59a2b3
commit 64478ac219
1 changed files with 1 additions and 1 deletions

View 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