diff --git a/src/prefect/core/flow.py b/src/prefect/core/flow.py index a0120c53133b..e961fa7cbb4c 100644 --- a/src/prefect/core/flow.py +++ b/src/prefect/core/flow.py @@ -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.