Skip to content

Commit

Permalink
Merge ac9492b into 6eb0b53
Browse files Browse the repository at this point in the history
  • Loading branch information
chrimaho committed Jun 26, 2021
2 parents 6eb0b53 + ac9492b commit 9ca6ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schedule/__init__.py
Expand Up @@ -468,7 +468,7 @@ def at(self, time_str):
The format must make sense given how often the job is
repeating; for example, a job that repeats every minute
should not be given a string in the form `HH:MM:SS`. The
difference between `:MM` and :SS` is inferred from the
difference between `:MM` and `:SS` is inferred from the
selected time-unit (e.g. `every().hour.at(':30')` vs.
`every().minute.at(':30')`).
Expand Down

0 comments on commit 9ca6ce5

Please sign in to comment.