mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
normalize whitespaces
This commit is contained in:
parent
9b1e59a2b3
commit
64478ac219
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue