summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-10-05 19:16:55 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-10-05 19:16:55 (GMT)
commit64478ac21940be5305d07dd30cad691941b0c384 (patch)
treea780e8c38695b9eb23d55b68d1cd328fde5eddae /Lib/idlelib
parent9b1e59a2b3a4683b38762576361f8ee3361314f4 (diff)
downloadcpython-64478ac21940be5305d07dd30cad691941b0c384.zip
cpython-64478ac21940be5305d07dd30cad691941b0c384.tar.gz
cpython-64478ac21940be5305d07dd30cad691941b0c384.tar.bz2
normalize whitespaces
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/PyShell.py2
1 files changed, 1 insertions, 1 deletions
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