diff options
-rw-r--r-- | python/refcat/tasks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 39d4486..908f209 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -414,7 +414,7 @@ class ReleaseIdentDOIMapping(Refcat): class BrefWithDOI(Refcat): """ - Take the paper matches and add source and target DOI. + Take the paper matches and add source and target DOI. 1660min. """ def requires(self): return { |