Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/scheduling-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Now we can use this source to add new schedules in runtime. Here's an example:
)
```

Or if you want ot use cron schedules instead, just use `schedule_by_cron` method.
Or if you want to use cron schedules instead, just use `schedule_by_cron` method.

```python
await my_task.schedule_by_cron(
Expand Down