##// END OF EJS Templates
Fix docstring leading space....
Fix docstring leading space. Since https://github.com/python/cpython/pull/106411, it look like cpython is removing leading space and indent. We therefore need conditional check, until we decide Wether this is a problem we want to deal with or not.

File last commit:

r27747:f5d4e0ac
r28563:51e92d7c
Show More
print_argv.py
3 lines | 32 B | text/x-python | PythonLexer
import sys
print(sys.argv[1:])