diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-05-10 23:40:29 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-05-10 23:40:29 +0200 |
commit | b64fabdcb19d7f5c0368df21e297bbe7826fc3e8 (patch) | |
tree | abff43c8e7f2d55b35e3a16fb97cb38ac56cfcf0 /python | |
parent | c77c8c7298409233c77fa0352634a0d9d02704da (diff) | |
download | refcat-b64fabdcb19d7f5c0368df21e297bbe7826fc3e8.tar.gz refcat-b64fabdcb19d7f5c0368df21e297bbe7826fc3e8.zip |
update docs
Diffstat (limited to 'python')
-rw-r--r-- | python/refcat/tasks.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 02f61d3..5b54b51 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -250,7 +250,7 @@ class ReleaseExportReduced(Refcat): class UnmatchedRefs(Refcat): """ File with not yet considered refs (e.g. no title, doi, ...); around - 260749705. + 260,749,705. """ def requires(self): return RefsWithUnstructured() @@ -275,7 +275,7 @@ class UnmatchedRefs(Refcat): class URLTabs(Refcat): """ - Extract (work ident, release ident, url, doc). + Extract (work ident, release ident, url, doc). """ def requires(self): return RefsWithUnstructured() |