diff options
-rw-r--r-- | Modules/_localemodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_localemodule.c b/Modules/_localemodule.c index 2d6541d..3e3df22 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) { |