Skip to content

Commit 05e5e3a

Browse files
committed
cd: update malformed template
1 parent 71edd79 commit 05e5e3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/docstring_template.mustache

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
{{#args}}
55
{{var}} ({{typePlaceholder}}): {{descriptionPlaceholder}}
66
{{/args}}{{/argsExist}}
7-
{{#kwargsExist}}{{#kwargs}}
7+
{{#kwargsExist}}Args:
8+
{{#kwargs}}
89
{{var}} ({{typePlaceholder}}, optional): {{descriptionPlaceholder}} Defaults to {{&default}}
910
{{/kwargs}}
1011
**kw (dict, optional): Arbitrary keyword arguments for secondary parameters.

0 commit comments

Comments
 (0)