Skip to content

Commit 49fce0f

Browse files
authored
fix typo in how-to.rst
add missing quote
1 parent 8e3d161 commit 49fce0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Besides the input arguments and method name, the function also accepts a
182182
input_kwargs={'operation': "+"},
183183
method='f',
184184
topic='simulation',
185-
task_info={'key': 'value},
185+
task_info={'key': 'value'},
186186
resources={'node_count': 2}
187187
)
188188

0 commit comments

Comments
 (0)