diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-07-10 01:50:35 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-07-10 01:50:35 +0200 |
commit | f3ecc22be85171a864853e7d12b1767e62e9a350 (patch) | |
tree | 3f0da32a92d6e22427bfe12ec8cebc934335d990 /python | |
parent | 738c7e99035b0548f6a8ea3082f03eeb1e36dc98 (diff) | |
download | refcat-f3ecc22be85171a864853e7d12b1767e62e9a350.tar.gz refcat-f3ecc22be85171a864853e7d12b1767e62e9a350.zip |
update docs
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 { |