Skip to content

Commit

Permalink
Add comment to RANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Oct 30, 2024
1 parent fcf5ff8 commit 9e07578
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/croniter/croniter.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ class CroniterNotAlphaError(CroniterBadCronError):

class croniter(object):
MONTHS_IN_YEAR = 12

# This helps with expanding `*` fields into `lower-upper` ranges. Each item
# in this tuple maps to the corresponding field index
RANGES = (
(0, 59),
(0, 23),
Expand Down

0 comments on commit 9e07578

Please sign in to comment.