diff --git a/snippets/python-mode/function_docstring b/snippets/python-mode/function_docstring index 3e66c26f..1c223839 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