##// END OF EJS Templates
Fix docstring leading space. (#14279)...
Fix docstring leading space. (#14279) 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:

r27843:667f3cbe
r28564:fd2cf18f merge
Show More
simplevars.py
2 lines | 24 B | text/x-python | PythonLexer
x = 1
print("x is:", x)