summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/_localemodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_localemodule.c b/Modules/_localemodule.c
index 030f9d6..5dabfca 100644
--- a/Modules/_localemodule.c
+++ b/Modules/_localemodule.c
@@ -454,5 +454,5 @@ init_locale(void)
Py_XDECREF(x);
if (PyErr_Occurred())
- Py_FatalError("Can't initialize module locale");
+ Py_FatalError("Can't initialize module _locale");
}