Skip to content

Commit 2b4c4d7

Browse files
oliveira-julioAndreaCrotti
authored andcommitted
Fix python-mode/function_docstring_numpy docstring indentation (#256)
1 parent 5464966 commit 2b4c4d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

snippets/python-mode/function_docstring_numpy

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# group: definitions
66
# --
77
def ${1:name}($2):
8-
\"\"\"$3
9-
${2:$(python-args-to-docstring-numpy)}
10-
\"\"\"
11-
$0
8+
\"\"\"$3
9+
${2:$(python-args-to-docstring-numpy)}
10+
\"\"\"
11+
$0

0 commit comments

Comments
 (0)