Skip to content

Commit fbd9d47

Browse files
authored
Forgot other backslashes
Backslashes in the end of the snippet
1 parent 3859f8e commit fbd9d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/controls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"ML docstring": {
33
"prefix": "\"\"\"",
4-
"body": "\"\"\"${1:sumary_line}\n\nKeyword arguments:\n${2:argument} -- ${3:description}\nReturn: ${4:return_description}\n\\\"\\\"\\\"\n$0"
4+
"body": "\"\"\"${1:sumary_line}\n\nKeyword arguments:\n${2:argument} -- ${3:description}\nReturn: ${4:return_description}\n\"\"\"\n$0"
55
},
66
"SL docstring": {
77
"prefix": "\"\"",

0 commit comments

Comments
 (0)