Skip to content

Commit 1e5fc55

Browse files
committed
- fix typo
- there's a weird variable name here (zimpimport), but I'll leave that for someone that's familiar with the ZIP import support
1 parent a1e93e8 commit 1e5fc55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/import.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ _PyImportHooks_Init(void)
202202
PyErr_Clear(); /* No zipimporter object -- okay */
203203
if (Py_VerboseFlag)
204204
PySys_WriteStderr(
205-
"# can't import zipimport.zimimporter\n");
205+
"# can't import zipimport.zipimporter\n");
206206
}
207207
else {
208208
/* sys.path_hooks.append(zipimporter) */

0 commit comments

Comments
 (0)