We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f74c63 commit 7cffd82Copy full SHA for 7cffd82
docs/guide/scheduling-tasks.md
@@ -118,7 +118,7 @@ Now we can use this source to add new schedules in runtime. Here's an example:
118
)
119
```
120
121
-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.
122
123
```python
124
await my_task.schedule_by_cron(
0 commit comments