Skip to content

Commit 44d0296

Browse files
authored
Merge pull request #102075 from lobrien/patch-1
Fixed typo in Python code
2 parents 0e10b76 + d12c3bc commit 44d0296

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)