Skip to content

Commit

Permalink
Hyphen to semicolor
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdw committed Nov 15, 2019
1 parent 7311c57 commit 146f9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefect/core/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ def deploy(
- build (bool, optional): if `True`, the flow's environment is built
prior to serialization; defaults to `True`
- labels (List[str], optional): a list of labels to add to this Flow's environment; useful for
associating Flows with individual Agents - see http://docs.prefect.io/cloud/agent/overview.html#flow-affinity-labels
associating Flows with individual Agents; see http://docs.prefect.io/cloud/agent/overview.html#flow-affinity-labels
- set_schedule_active (bool, optional): if `False`, will set the
schedule to inactive in the database to prevent auto-scheduling runs (if the Flow has a schedule).
Defaults to `True`. This can be changed later.
Expand Down

0 comments on commit 146f9b2

Please sign in to comment.