Skip to content

Commit b8a569e

Browse files
Siddharth ShekarSiddharth Shekar
authored andcommitted
Add missing double quotes in defd
1 parent 30a78a2 commit b8a569e

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)