mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Fix indentation of continuation lines.
This commit is contained in:
parent
5c60ea3fa1
commit
4b5b06203e
2 changed files with 3 additions and 3 deletions
|
@ -796,7 +796,7 @@ Py_NewInterpreter(void)
|
|||
|
||||
if (initstdio() < 0)
|
||||
Py_FatalError(
|
||||
"Py_Initialize: can't initialize sys standard streams");
|
||||
"Py_Initialize: can't initialize sys standard streams");
|
||||
initmain(interp);
|
||||
if (!Py_NoSiteFlag)
|
||||
initsite();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue