Skip to content

Commit 88314f3

Browse files
authored
Merge pull request #150 from miketynes/patch-1
fix typo in how-to.rst
2 parents 8e3d161 + 49fce0f commit 88314f3

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)