Skip to content

Commit 7ba920d

Browse files
author
Henrik Lissner
authored
Merge pull request #24 from siddharthshekar/fix_python_method_docstring
Add missing double quotes in defd
2 parents 30a78a2 + b8a569e commit 7ba920d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-mode/method_docstring

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
def ${1:name}(self$2):
88
\"\"\"$3
99
${2:$(python-args-to-docstring)}
10-
\"\"
10+
\"\"\"
1111
`%`$0

0 commit comments

Comments
 (0)