From: Andrew Svetlov Date: Fri, 5 Oct 2012 19:16:55 +0000 (+0300) Subject: normalize whitespaces X-Git-Tag: v3.4.0a1~2357 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64478ac21940be5305d07dd30cad691941b0c384;p=python normalize whitespaces --- diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index a2f1e866c6..142c924b95 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