Skip to content

Commit fd9a649

Browse files
committed
fix other warning
1 parent f03e5a5 commit fd9a649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/python-mode/function_docstring

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# name: function_docstring
33
# key: fd
44
# group: definitions
5-
# NOTE Use minimum indentation, because Emacs 25+ doesn't dedent docstrings.
65
# --
6+
# NOTE: Use minimum indentation, because Emacs 25+ doesn't dedent docstrings.
77
def ${1:name}($2):
88
\"\"\"$3
99
${2:$(python-args-to-docstring)}

0 commit comments

Comments
 (0)