Skip to content

Commit

Permalink
Merge pull request #343 from arosen93/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
utf authored Jun 10, 2023
2 parents e61c5ba + 0810d1e commit 26608c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/8-fireworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ for job, _ in flow.iterflow():
job.update_config({"manager_config": {"_fworker": "fworker2"}})
```

To make the process a bit easier, the `{obj}update_config()` function can also be applied directly to a flow in conjunction with a filter. The logic above can then be simplified to:
To make the process a bit easier, the {obj}`update_config()` function can also be applied directly to a flow in conjunction with a filter. The logic above can then be simplified to:

```python
flow.update_config({"manager_config": {"_fworker": "fworker1"}}, name_filter="job1")
Expand Down

0 comments on commit 26608c5

Please sign in to comment.