Skip to content

Commit 4a25c17

Browse files
pablogsalvstinner
andauthored
Update Modules/getpath.c
Co-authored-by: Victor Stinner <[email protected]>
1 parent 7db4a79 commit 4a25c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/getpath.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ calculate_zip_path(PyCalculatePath *calculate)
12961296
{
12971297
PyStatus res;
12981298

1299-
/* Path: <PLATLIBDIR> / "python00.zip" */
1299+
/* Path: <PLATLIBDIR> / "pythonXY.zip" */
13001300
wchar_t *path = joinpath2(calculate->platlibdir_macro, L"python" Py_STRINGIFY(PY_MAJOR_VERSION) Py_STRINGIFY(PY_MINOR_VERSION) L".zip");
13011301
if (path == NULL) {
13021302
return _PyStatus_NO_MEMORY();

0 commit comments

Comments
 (0)