jenkins-bot submitted this change.
Fix pywikibot.i18n.known_languages
Change-Id: Icf50f2d80823d7d13d96a35b0128b4c85692bccc
---
M pywikibot/i18n.py
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/pywikibot/i18n.py b/pywikibot/i18n.py
index 9965181..15f7e64 100644
--- a/pywikibot/i18n.py
+++ b/pywikibot/i18n.py
@@ -912,7 +912,7 @@
>>> i18n.known_languages()[-10:]
['vo', 'vro', 'wa', 'war', 'xal', 'xmf', 'yi', 'yo', 'yue', 'zh']
>>> len(i18n.known_languages())
- 253
+ 252
The implementation is roughly equivalent to:
To view, visit change 923634. To unsubscribe, or for help writing mail filters, visit settings.