Skip to content

Commit

Permalink
Streamline existing API docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Mar 11, 2023
1 parent a0cd688 commit 9d2d55c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions law/workflow/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ class LocalWorkflow(BaseWorkflow):
When *True*, the workflow will require its branch tasks within
:py:meth:`LocalWorkflowProxy.requires` so that the execution of the workflow indirectly
starts all branch tasks. When *False*, the workflow uses dynamic dependencies by
yielding its branch tasks within its own run method.
starts all branch tasks. When *False*, the workflow uses dynamic dependencies by yielding
its branch tasks within its own run method.
"""

workflow_proxy_cls = LocalWorkflowProxy
Expand Down

0 comments on commit 9d2d55c

Please sign in to comment.