Skip to content

Commit

Permalink
fix other warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCrotti committed Oct 14, 2024
1 parent f03e5a5 commit fd9a649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/python-mode/function_docstring
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# name: function_docstring
# key: fd
# group: definitions
# NOTE Use minimum indentation, because Emacs 25+ doesn't dedent docstrings.
# --
# NOTE: Use minimum indentation, because Emacs 25+ doesn't dedent docstrings.
def ${1:name}($2):
\"\"\"$3
${2:$(python-args-to-docstring)}
Expand Down

0 comments on commit fd9a649

Please sign in to comment.