diff --git a/Modules/_localemodule.c b/Modules/_localemodule.c index 2d6541dedbb..3e3df2284e3 100644 --- a/Modules/_localemodule.c +++ b/Modules/_localemodule.c @@ -408,7 +408,7 @@ PyLocale_getdefaultlocale(PyObject* self) #if defined(__APPLE__) /* ** Find out what the current script is. -** Donated by Fredrik Lund. +** Donated by Fredrik Lundh. */ static char *mac_getscript(void) {