Skip to content

Commit

Permalink
Fix pywikibot.i18n.known_languages
Browse files Browse the repository at this point in the history
Change-Id: I1a664f01a84babcfd4e320af06f6d573d35e54c7
  • Loading branch information
Meno25 committed Sep 14, 2023
1 parent 2247477 commit bc521a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywikibot/i18n.py
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ def known_languages() -> List[str]:
>>> i18n.known_languages()[-10:]
['vo', 'vro', 'wa', 'war', 'xal', 'xmf', 'yi', 'yo', 'yue', 'zh']
>>> len(i18n.known_languages())
253
254
The implementation is roughly equivalent to:
Expand Down

0 comments on commit bc521a0

Please sign in to comment.