[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/yasnippet-snippets 355abc3ac7 1/2: Remove directive format
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/yasnippet-snippets 355abc3ac7 1/2: Remove directive formatting from NOTE marker (#499) |
Date: |
Wed, 11 Sep 2024 07:01:13 -0400 (EDT) |
branch: elpa/yasnippet-snippets
commit 355abc3ac774c9e80fe9e36b4c53f7f6dfae7bf3
Author: Pieter Swinkels <swinkels.pieter@yahoo.com>
Commit: GitHub <noreply@github.com>
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.
---
snippets/python-mode/function_docstring | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/snippets/python-mode/function_docstring
b/snippets/python-mode/function_docstring
index 3e66c26fab..1c223839f4 100644
--- a/snippets/python-mode/function_docstring
+++ b/snippets/python-mode/function_docstring
@@ -2,7 +2,7 @@
# 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