Kaydet (Commit) 269ab628 authored tarafından Brett Cannon's avatar Brett Cannon

Fix the spelling of Fredrik Lundh's last name (unless there really is a

"Fredrik Lund" who contributed the code in question).
üst 12a4baf5
...@@ -408,7 +408,7 @@ PyLocale_getdefaultlocale(PyObject* self) ...@@ -408,7 +408,7 @@ PyLocale_getdefaultlocale(PyObject* self)
#if defined(__APPLE__) #if defined(__APPLE__)
/* /*
** Find out what the current script is. ** Find out what the current script is.
** Donated by Fredrik Lund. ** Donated by Fredrik Lundh.
*/ */
static char *mac_getscript(void) static char *mac_getscript(void)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment