Skip to content

Commit

Permalink
fragments of rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Dec 13, 2024
1 parent d5c2517 commit 90f731c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widget_code_input/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def build_pre_body(signature, docstring, indent_level=4):

return "{}\n{}".format(
signature,
prepend_indent('' if docstring is None else '"""{}"""'.format(docstring),
prepend_indent('' if docstring is None else docstring,
indent_level=indent_level),
)

Expand Down

0 comments on commit 90f731c

Please sign in to comment.