Skip to content

Commit 355abc3

Browse files
authored
Remove directive formatting from NOTE marker (#499)
Before this commit, this snippet formatted a NOTE marker as a snippet directive, as `NOTE:`. As `NOTE` isn't a directive, this triggered a directive warning.
1 parent 469e9a6 commit 355abc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/python-mode/function_docstring

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# name: function_docstring
33
# key: fd
44
# group: definitions
5-
# NOTE: Use minimum indentation, because Emacs 25+ doesn't dedent docstrings.
5+
# NOTE Use minimum indentation, because Emacs 25+ doesn't dedent docstrings.
66
# --
77
def ${1:name}($2):
88
\"\"\"$3

0 commit comments

Comments
 (0)