diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/refcat/tasks.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index a20c422..21335f3 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1436,6 +1436,8 @@ class WikipediaDOI(Refcat): class BrefZipWikiDOI(Refcat): """ Generate biblioref for inbound wikipedia articles through exact matches. + + Yields about 1125638 edges. """ def requires(self): return { |