Skip to content

Commit 3389694

Browse files
authored
Fix longstanding documentation error
1 parent d8f939e commit 3389694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command_runner/elevate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def _check_environment():
152152
# --------------------------------------------------------------------------------------------------------------
153153
# | OS | Variable | CPython | Nuitka | PyInstaller |
154154
# |------------------------------------------------------------------------------------------------------------|
155-
# | Lin | argv | ['./script.py', '-h'] | ['./test', '-h'] | ['./test.py', -h'] |
155+
# | Lin | argv | ['./test.py', '-h'] | ['./test', '-h'] | ['./test.py', -h'] |
156156
# | Lin | sys.executable | /usr/bin/python3.4 | /usr/bin/python3.4 | /absolute/path/to/test |
157157
# | Win | argv | ['C:\\Python\\test.py', '-h'] | ['test', '-h'] | ['test', '-h'] |
158158
# | Win | sys.executable | C:\Python\python.exe | C:\Python\Python.exe | C:\absolute\path\to\test.exe |

0 commit comments

Comments
 (0)