autoDocstring
autoDocstring copied to clipboard
Top-level module docstring is created with an indent
Describe the bug
When creating a module docstring for a .py file, it is created an extra indent.
Versions (please complete the following information):
- autoDocstring Version: v0.5.3
- Operating System: Windows 10
- Vscode Version: 1.46.1
Original Code (with line to generate on):
# generate on top-level of a module for e.g. beginning of file
Expected Result:
# generate on top-level of a module for e.g. beginning of file
"""
[summary]
"""
Actual Result:
# generate on top-level of a module for e.g. beginning of file
"""
[summary]
"""
I can confirm this bug.
+1
+1