From fd9a6498fa37d0967251b7dd4168345e36472f52 Mon Sep 17 00:00:00 2001 From: Andrea Crotti Date: Mon, 14 Oct 2024 10:13:13 +0100 Subject: [PATCH] fix other 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 1c223839..46ff97a3 100644 --- a/snippets/python-mode/function_docstring +++ b/snippets/python-mode/function_docstring @@ -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)}