diff options
Diffstat (limited to 'python')
-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 d774038..1795cbd 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1610,7 +1610,7 @@ class BrefZipWikiDOI(Refcat): """ Generate biblioref for inbound wikipedia articles through exact matches. - Yields about 1125638 edges. + Yields about 1125638 edges. About 15min. """ def requires(self): return { |