summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Python/pythonrun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c
index 978e4b8..712a396 100644
--- a/Python/pythonrun.c
+++ b/Python/pythonrun.c
@@ -513,7 +513,7 @@ void
fatal(msg)
char *msg;
{
- fprintf(stderr, "Fatal error: %s\n", msg);
+ fprintf(stderr, "Fatal Python error: %s\n", msg);
abort();
}