summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorVictor Shih <vshih@users.noreply.github.com>2021-04-21 17:44:28 -0700
committerGitHub <noreply@github.com>2021-04-21 17:44:28 -0700
commitc68cea2b0938648ad368fa4555bb143611ae377e (patch)
treec4d07bc9e703e4e64119a441180794816b41b6c6 /README.rst
parentb7f6bd0f8ce601868194be43d33d208c5da67387 (diff)
downloadcroniter-c68cea2b0938648ad368fa4555bb143611ae377e.tar.gz
Spelling.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index d5a2b98..c1a4165 100644
--- a/README.rst
+++ b/README.rst
@@ -128,8 +128,8 @@ You can also note that this expression will repeat every second from the start d
>>> croniter('* * * * * *', local_date).get_next(datetime)
-Testing if a date matchs a crontab
-==================================
+Testing if a date matches a crontab
+===================================
Test for a match with (>=0.3.32)::
>>> croniter.match("0 0 * * *", datetime(2019, 1, 14, 0, 0, 0, 0))