diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2019-12-31 14:23:32 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2019-12-31 14:23:32 +0100 |
commit | f51fe4e6572e30214003e7ec4b7444c07663543b (patch) | |
tree | d54877661fac639ea6584724867e7aa7f628c33d /python/fatcat_tools/importers | |
parent | 0c6332792d23f7bd5dd9508f28ffb7ddaee741f6 (diff) | |
download | fatcat-f51fe4e6572e30214003e7ec4b7444c07663543b.tar.gz fatcat-f51fe4e6572e30214003e7ec4b7444c07663543b.zip |
datacite: fix typo
Diffstat (limited to 'python/fatcat_tools/importers')
-rw-r--r-- | python/fatcat_tools/importers/datacite.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_tools/importers/datacite.py b/python/fatcat_tools/importers/datacite.py index fc97b1e3..f65482e7 100644 --- a/python/fatcat_tools/importers/datacite.py +++ b/python/fatcat_tools/importers/datacite.py @@ -3,7 +3,7 @@ Prototype importer for datacite.org data. Example input document at: https://gist.github.com/miku/5610a2d64e3fee82d16f5d3f3a295fc8. -Datacite being a aggregator, the data is varied and exposes a couple of +Datacite being an aggregator, the data is varied and exposes a couple of problems in content and structure. A few fields habe their own parsing functions (parse_datacite_...), which can be tested more easily. """ |