Skip to content

Commit

Permalink
Fix typo in launcher.c (GH-24497)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear committed Feb 20, 2021
1 parent 292f231 commit 4233ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PC/launcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -1552,8 +1552,8 @@ Launcher arguments:\n\n\
fputws(L"\nany of the following, (in priority order):", stdout);
fputws(L"\n An active virtual environment", stdout);
fputws(L"\n A shebang line in the script (if present)", stdout);
fputws(L"\n With -2 or -3 flag a matching PY_PYTHON2 or PY_PYTHON3 Enviroment variable", stdout);
fputws(L"\n A PY_PYTHON Enviroment variable", stdout);
fputws(L"\n With -2 or -3 flag a matching PY_PYTHON2 or PY_PYTHON3 Environment variable", stdout);
fputws(L"\n A PY_PYTHON Environment variable", stdout);
fputws(L"\n From [defaults] in py.ini in your %LOCALAPPDATA%\\py.ini", stdout);
fputws(L"\n From [defaults] in py.ini beside py.exe (use `where py` to locate)", stdout);
fputws(L"\n\nThe following help text is from Python:\n\n", stdout);
Expand Down

0 comments on commit 4233ff3

Please sign in to comment.