diff options
-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() |