From b64fabdcb19d7f5c0368df21e297bbe7826fc3e8 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 10 May 2021 23:40:29 +0200 Subject: update docs --- python/refcat/tasks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python') 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() -- cgit v1.2.3