Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Aug 13, 2024
1 parent c8e17b5 commit 842f28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/wflow_engine/wflow_engines2.md
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ graph LR

# Fetch the results
results = [future.result() for future in futures]
print(result)
print(results)
```

!!! Tip "Selectively Modifying Job Decorators in a Pre-Made Flow"
Expand Down

0 comments on commit 842f28e

Please sign in to comment.