Skip to content

Commit

Permalink
nit: run_deployment docstring rendering (#10310)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored Jul 26, 2023
1 parent c456abb commit 6fc42ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefect/deployments/deployments.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async def run_deployment(
Args:
name: The deployment id or deployment name in the form:
'<flow-name>/<deployment-name>'
`<slugified-flow-name>/<slugified-deployment-name>`
parameters: Parameter overrides for this flow run. Merged with the deployment
defaults.
scheduled_time: The time to schedule the flow run for, defaults to scheduling
Expand Down

0 comments on commit 6fc42ea

Please sign in to comment.