Skip to content

Commit

Permalink
tests: Update i18n doctest
Browse files Browse the repository at this point in the history
Change-Id: Iff484b09e6008aec25aba0d9cfa94abd03703c65
  • Loading branch information
xqt committed Dec 6, 2024
1 parent 50a8142 commit 861a186
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 @@ -909,7 +909,7 @@ def known_languages() -> list[str]:
>>> 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:
Expand Down

0 comments on commit 861a186

Please sign in to comment.