Skip to content

Commit

Permalink
doc: update date description
Browse files Browse the repository at this point in the history
  • Loading branch information
trgiangdo committed Sep 24, 2023
1 parent 0243323 commit 5175ef6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/manuals/core/scheduling/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ yearly scheduled methods. The `on()` method requires the following parameter:

If a string, it must be in one of the following formats:

- For monthly scheduled methods -> "DD"
- For monthly scheduled methods -> "DD".
- For yearly scheduled methods -> "MM-DD". The month can be a number or the name of the month in English
(e.g. "January" or "Jan").
The day string can be a number between 1 and 31, or a negative number representing the number of days from
the end of the month. For example, -1 represents the last day of the month.
The day string can be a number representing the day of the month, or a negative number representing
the number of days from the end of the month. For example, -1 represents the last day of the month.


```python linenums="1"
Expand Down

0 comments on commit 5175ef6

Please sign in to comment.