diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-24 15:45:33 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-24 15:45:33 -0800 |
commit | 5d3e62f757e968d28e90bdc4f0abe2ee07a09f3f (patch) | |
tree | cd0c96aad17b6f823a145cccc82316dce5aaae6f /python/fatcat_tools/importers | |
parent | e58d5760b8d51d4e4085ac9ae06364b461d11ce0 (diff) | |
download | fatcat-5d3e62f757e968d28e90bdc4f0abe2ee07a09f3f.tar.gz fatcat-5d3e62f757e968d28e90bdc4f0abe2ee07a09f3f.zip |
codespell fixes in python code (comments)
Diffstat (limited to 'python/fatcat_tools/importers')
-rw-r--r-- | python/fatcat_tools/importers/common.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/fatcat_tools/importers/common.py b/python/fatcat_tools/importers/common.py index e2157ee5..cd51a24c 100644 --- a/python/fatcat_tools/importers/common.py +++ b/python/fatcat_tools/importers/common.py @@ -432,7 +432,7 @@ class EntityImporter: - WEAK - AMBIGUOUS - Eg, if there is any EXACT match that is always returned; an AMBIGIOUS + Eg, if there is any EXACT match that is always returned; an AMBIGUOUS result is only returned if all the candidate matches were ambiguous. """ @@ -725,7 +725,7 @@ class KafkaBs4XmlPusher(RecordPusher): while True: # Note: this is batch-oriented, because underlying importer is # often batch-oriented, but this doesn't confirm that entire batch - # has been pushed to fatcat before commiting offset. Eg, consider + # has been pushed to fatcat before committing offset. Eg, consider # case where there there is one update and thousands of creates; # update would be lingering in importer, and if importer crashed # never created. |