jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[tests] fix doctest for main_authors

Change-Id: Ie99dd6af087cc838ca1bb8f11e5af6fc7b78ce97
---
M pywikibot/page/_toolforge.py
1 file changed, 1 insertion(+), 1 deletion(-)

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 change 1055538. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ie99dd6af087cc838ca1bb8f11e5af6fc7b78ce97
Gerrit-Change-Number: 1055538
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot