diff --git a/Python/import.c b/Python/import.c index 020d149368e..f2e8edca719 100644 --- a/Python/import.c +++ b/Python/import.c @@ -346,7 +346,7 @@ write_compiled_module(co, cpathname, mtime) if (verbose) fprintf(stderr, "# wrote %s\n", cpathname); #ifdef macintosh - setfiletype(cpathname, 'PYTH', 'PYC '); + setfiletype(cpathname, 'Pyth', 'PYC '); #endif }