mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Added a space in an error message
This commit is contained in:
parent
cbf1b9c40e
commit
23c9446d9a
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ Py_FatalError(msg)
|
||||||
for (;;);
|
for (;;);
|
||||||
#endif
|
#endif
|
||||||
#ifdef MS_WIN32
|
#ifdef MS_WIN32
|
||||||
OutputDebugString("Fatal Python error:");
|
OutputDebugString("Fatal Python error: ");
|
||||||
OutputDebugString(msg);
|
OutputDebugString(msg);
|
||||||
OutputDebugString("\n");
|
OutputDebugString("\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue