diff --git a/snippets/python-mode/function_docstring_numpy b/snippets/python-mode/function_docstring_numpy index 00ea3512b..3a7243e6b 100644 --- a/snippets/python-mode/function_docstring_numpy +++ b/snippets/python-mode/function_docstring_numpy @@ -5,7 +5,7 @@ # group: definitions # -- def ${1:name}($2): - \"\"\"$3 - ${2:$(python-args-to-docstring-numpy)} - \"\"\" - $0 \ No newline at end of file + \"\"\"$3 + ${2:$(python-args-to-docstring-numpy)} + \"\"\" + $0 \ No newline at end of file