Skip to content

Commit f905fed

Browse files
committed
Updated console output in usage example
1 parent bb0948a commit f905fed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

non-latin-locales/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pip install non-latin-locales
2525
import non_latin_locales
2626

2727
print(non_latin_locales)
28-
# => ['am', 'ar', 'bn', 'bo', 'ckb', 'dv', ...]
28+
# => ['ab', 'am', 'ar', 'as', 'av', 'az', 'ba', 'be', 'bg', ...]
2929
```
3030

3131
_Note: Most type checkers will falsely warn_ `non_latin_locales` _is not iterable because they are incapable of analyzing runtime behavior (where the module is replaced w/ a list for cleaner, direct access). You can safely suppress such warnings using_ `# type: ignore`.

0 commit comments

Comments
 (0)