From 64478ac21940be5305d07dd30cad691941b0c384 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Fri, 5 Oct 2012 22:16:55 +0300 Subject: normalize whitespaces --- Lib/idlelib/PyShell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index a2f1e86..142c924 100644 --- a/Lib/idlelib/PyShell.py +++ b/Lib/idlelib/PyShell.py @@ -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 -- cgit v0.12