diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-01-31 01:43:36 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-01-31 01:43:36 +0100 |
commit | 046630521f7d3134c9197f5eeae9077154f21991 (patch) | |
tree | ec54fd7beb9aad311d9d3aa1c74768450a89458d /python/fatcat_tools | |
parent | 7dec2d1560ebf5ca6d0d337eb246fe345f6ec0bb (diff) | |
download | fatcat-046630521f7d3134c9197f5eeae9077154f21991.tar.gz fatcat-046630521f7d3134c9197f5eeae9077154f21991.zip |
datacite: improve docstring
Diffstat (limited to 'python/fatcat_tools')
-rw-r--r-- | python/fatcat_tools/importers/datacite.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/fatcat_tools/importers/datacite.py b/python/fatcat_tools/importers/datacite.py index 15a10cdb..82ed5a0c 100644 --- a/python/fatcat_tools/importers/datacite.py +++ b/python/fatcat_tools/importers/datacite.py @@ -1,11 +1,11 @@ """ Prototype importer for datacite.org data. -Example input document at: https://gist.github.com/miku/5610a2d64e3fee82d16f5d3f3a295fc8. +Example input document: https://api.datacite.org/dois/10.7916/d8-f93n-rk51 -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. +Datacite being an aggregator, the data is heterogenous and exposes a couple of +problems in content and structure. A few fields have their own parsing +functions (parse_datacite_...), which may help testing. """ import collections |