Skip to content

Commit 4233ff3

Browse files
author
Ikko Ashimine
authored
Fix typo in launcher.c (GH-24497)
1 parent 292f231 commit 4233ff3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PC/launcher.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1552,8 +1552,8 @@ Launcher arguments:\n\n\
15521552
fputws(L"\nany of the following, (in priority order):", stdout);
15531553
fputws(L"\n An active virtual environment", stdout);
15541554
fputws(L"\n A shebang line in the script (if present)", stdout);
1555-
fputws(L"\n With -2 or -3 flag a matching PY_PYTHON2 or PY_PYTHON3 Enviroment variable", stdout);
1556-
fputws(L"\n A PY_PYTHON Enviroment variable", stdout);
1555+
fputws(L"\n With -2 or -3 flag a matching PY_PYTHON2 or PY_PYTHON3 Environment variable", stdout);
1556+
fputws(L"\n A PY_PYTHON Environment variable", stdout);
15571557
fputws(L"\n From [defaults] in py.ini in your %LOCALAPPDATA%\\py.ini", stdout);
15581558
fputws(L"\n From [defaults] in py.ini beside py.exe (use `where py` to locate)", stdout);
15591559
fputws(L"\n\nThe following help text is from Python:\n\n", stdout);

0 commit comments

Comments
 (0)