Skip to content

Commit a3ef3a0

Browse files
authored
Merge pull request #89715 from changeworld/patch-74
Fix typo
2 parents 097d38e + 87aed52 commit a3ef3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-trigger-published-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pipeline_id = "aaaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
5454

5555
To run a pipeline on a recurring basis, you'll create a schedule. A `Schedule` associates a pipeline, an experiment, and a trigger. The trigger can either be a`ScheduleRecurrence` that describes the wait between runs or a Datastore path that specifies a directory to watch for changes. In either case, you'll need the pipeline identifier and the name of the experiment in which to create the schedule.
5656

57-
At the top of your python file, import the `Schedule` and `ScheduleRecurrence` classes:
57+
At the top of your Python file, import the `Schedule` and `ScheduleRecurrence` classes:
5858

5959
```python
6060

0 commit comments

Comments
 (0)