Skip to content

Commit fc62b2d

Browse files
Erik Stoeltvdven
authored andcommitted
Fix typo in docstring
1 parent 53fb7ee commit fc62b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchestrator/devtools/populator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def start_modify_workflow(self, workflow_name: str, subscription_id: UUIDstr | U
372372
return self._start_workflow(workflow_name, subscription_id=subscription_id, **kwargs)
373373

374374
def start_reconcile_workflow(self, workflow_name: str, subscription_id: UUIDstr | UUID, **kwargs: Any) -> UUIDstr:
375-
"""Start a modify workflow for the provided name and subscription_id.
375+
"""Start a reconcile workflow for the provided name and subscription_id.
376376
377377
Args:
378378
workflow_name: workflow name

0 commit comments

Comments
 (0)