We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03e5a5 commit fd9a649Copy full SHA for fd9a649
snippets/python-mode/function_docstring
@@ -2,8 +2,8 @@
2
# name: function_docstring
3
# key: fd
4
# group: definitions
5
-# NOTE Use minimum indentation, because Emacs 25+ doesn't dedent docstrings.
6
# --
+# NOTE: Use minimum indentation, because Emacs 25+ doesn't dedent docstrings.
7
def ${1:name}($2):
8
\"\"\"$3
9
${2:$(python-args-to-docstring)}
0 commit comments