jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1055538?usp=email )
Change subject: [tests] fix doctest for main_authors ...................................................................... [tests] fix doctest for main_authors Change-Id: Ie99dd6af087cc838ca1bb8f11e5af6fc7b78ce97 --- M pywikibot/page/_toolforge.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/pywikibot/page/_toolforge.py b/pywikibot/page/_toolforge.py index 64152b1..019717f 100644 --- a/pywikibot/page/_toolforge.py +++ b/pywikibot/page/_toolforge.py @@ -74,7 +74,7 @@ >>> page = pywikibot.Page(site, 'Python (informatika)') >>> auth = page.main_authors() >>> auth.most_common(1) - [('Ksarasola', 80)] + [('Ksarasola', 81)] .. important:: Only implemented for main namespace pages and only wikipedias of :attr:`WIKIBLAME_CODES` are supported. -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1055538?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: Ie99dd6af087cc838ca1bb8f11e5af6fc7b78ce97 Gerrit-Change-Number: 1055538 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <i...@gno.de> Gerrit-Reviewer: Xqt <i...@gno.de> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org