Skip to content

Commit d12c3bc

Browse files
authored
1 parent 7799146 commit d12c3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-schedule-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def stop_by_schedule_id(ws, schedule_id):
122122
s.disable()
123123
return s
124124

125-
stop_by_schedule(ws, schedule_id)
125+
stop_by_schedule_id(ws, schedule_id)
126126
```
127127

128128
If you then run `Schedule.list(ws)` again, you should get an empty list.

0 commit comments

Comments
 (0)