summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-01-10 00:51:53 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-01-10 00:51:53 +0200
commitd596e310bafd42b4fd4f2c766ec785d73224abda (patch)
treebe394bd02125418f61a5014baee0fab83813a5fd
parent8b212184748c4eb5d7bd01b013078b6b30c78ce5 (diff)
downloadapscheduler-d596e310bafd42b4fd4f2c766ec785d73224abda.tar.gz
Fixed minor issue with CronTrigger API documentation
Thanks to yoonghm for pointing this out. Closes #452.
-rw-r--r--apscheduler/triggers/cron/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apscheduler/triggers/cron/__init__.py b/apscheduler/triggers/cron/__init__.py
index ce675dd..888b1b0 100644
--- a/apscheduler/triggers/cron/__init__.py
+++ b/apscheduler/triggers/cron/__init__.py
@@ -16,7 +16,7 @@ class CronTrigger(BaseTrigger):
:param int|str year: 4-digit year
:param int|str month: month (1-12)
- :param int|str day: day of the (1-31)
+ :param int|str day: day of month (1-31)
:param int|str week: ISO week (1-53)
:param int|str day_of_week: number or name of weekday (0-6 or mon,tue,wed,thu,fri,sat,sun)
:param int|str hour: hour (0-23)