File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1552,8 +1552,8 @@ Launcher arguments:\n\n\
1552
1552
fputws (L"\nany of the following, (in priority order):" , stdout );
1553
1553
fputws (L"\n An active virtual environment" , stdout );
1554
1554
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 );
1557
1557
fputws (L"\n From [defaults] in py.ini in your %LOCALAPPDATA%\\py.ini" , stdout );
1558
1558
fputws (L"\n From [defaults] in py.ini beside py.exe (use `where py` to locate)" , stdout );
1559
1559
fputws (L"\n\nThe following help text is from Python:\n\n" , stdout );
You can’t perform that action at this time.
0 commit comments