diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-08-27 13:03:08 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-08-27 13:03:08 -0700 |
commit | 6eda9ff1a14f12531d99023fbcd7ff5a43b0c9aa (patch) | |
tree | 207b3f3a49770d350d4d3c83dc0f4c87e43e2121 /python/fatcat_tools/importers/file_meta.py | |
parent | cdecb18701587277ba75756b2401279770421ba3 (diff) | |
download | fatcat-6eda9ff1a14f12531d99023fbcd7ff5a43b0c9aa.tar.gz fatcat-6eda9ff1a14f12531d99023fbcd7ff5a43b0c9aa.zip |
fix comment typo (thanks martin)
Diffstat (limited to 'python/fatcat_tools/importers/file_meta.py')
-rw-r--r-- | python/fatcat_tools/importers/file_meta.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_tools/importers/file_meta.py b/python/fatcat_tools/importers/file_meta.py index 1e9d2ab7..628ebde8 100644 --- a/python/fatcat_tools/importers/file_meta.py +++ b/python/fatcat_tools/importers/file_meta.py @@ -10,7 +10,7 @@ class FileMetaImporter(EntityImporter): It should *only* update entities, never create (insert) them. - In particular, during early boostramping over 18 million file entities were + In particular, during early bootstrapping over 18 million file entities were imported which were missing file size, mimetype, md5, and/or sha256. """ |