jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1101071?usp=email )
Change subject: tests: Update i18n doctest ......................................................................
tests: Update i18n doctest
Change-Id: Iff484b09e6008aec25aba0d9cfa94abd03703c65 --- M pywikibot/i18n.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/pywikibot/i18n.py b/pywikibot/i18n.py index 0c683af..542f129 100644 --- a/pywikibot/i18n.py +++ b/pywikibot/i18n.py @@ -909,7 +909,7 @@ >>> i18n.known_languages()[-10:] ['vo', 'vro', 'wa', 'war', 'xal', 'xmf', 'yi', 'yo', 'yue', 'zh'] >>> len(i18n.known_languages()) - 255 + 254
The implementation is roughly equivalent to:
pywikibot-commits@lists.wikimedia.org