diff options
author | bnewbold <bnewbold@archive.org> | 2020-03-27 16:50:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-27 16:50:08 -0700 |
commit | 98abe2e751187aa7c2e751b355ffb56d9b1f8c6a (patch) | |
tree | f198efd4fcf070554bce164cd261de54d397cdfe /python/fatcat_harvest.py | |
parent | 5c4f5114b4dfeb7a5deca20d460c9fc5759a922a (diff) | |
parent | 94710b2803780ab16fb30b79010f8e27cf115512 (diff) | |
download | fatcat-98abe2e751187aa7c2e751b355ffb56d9b1f8c6a.tar.gz fatcat-98abe2e751187aa7c2e751b355ffb56d9b1f8c6a.zip |
Merge pull request #53 from EdwardBetts/spelling
Correct spelling mistakes
Diffstat (limited to 'python/fatcat_harvest.py')
-rwxr-xr-x | python/fatcat_harvest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_harvest.py b/python/fatcat_harvest.py index 151b025d..a45b44f8 100755 --- a/python/fatcat_harvest.py +++ b/python/fatcat_harvest.py @@ -83,7 +83,7 @@ def main(): help="Kafka topic namespace to use (eg, prod, qa, dev)") parser.add_argument('--start-date', default=None, type=mkdate, - help="begining of harvest period") + help="beginning of harvest period") parser.add_argument('--end-date', default=None, type=mkdate, help="end of harvest period") |