Skip to content
Commit 27a4d25a authored by Douglas RAILLARD's avatar Douglas RAILLARD Committed by Douglas Raillard
Browse files

lisa.conf: Use inspect.getdoc() instead of textwrap.dedent()

inspect.getdoc() makes use of inspect.cleandoc() which is specialized in
cleaning up docstrings, rather than textwrap.dedent() that may not
handle well some docstring styles (when the first line is not indented).
parent 5c31737f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment