We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c2517 commit 90f731cCopy full SHA for 90f731c
src/widget_code_input/utils.py
@@ -50,7 +50,7 @@ def build_pre_body(signature, docstring, indent_level=4):
50
51
return "{}\n{}".format(
52
signature,
53
- prepend_indent('' if docstring is None else '"""{}"""'.format(docstring),
+ prepend_indent('' if docstring is None else docstring,
54
indent_level=indent_level),
55
)
56
0 commit comments