Skip to content

Commit 90f731c

Browse files
committed
fragments of rebasing
1 parent d5c2517 commit 90f731c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widget_code_input/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def build_pre_body(signature, docstring, indent_level=4):
5050

5151
return "{}\n{}".format(
5252
signature,
53-
prepend_indent('' if docstring is None else '"""{}"""'.format(docstring),
53+
prepend_indent('' if docstring is None else docstring,
5454
indent_level=indent_level),
5555
)
5656

0 commit comments

Comments
 (0)