Skip to content

Commit 3e1b993

Browse files
committed
Document the exemplar option type values
1 parent 8b580f5 commit 3e1b993

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

exemplars.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@ def get_exemplars(localeID: str, extype: str = "main", option: int = 0) -> List[
6161
Parameters:
6262
localeID (str): The locale identifier.
6363
extype (str): The type of exemplars to retrieve (main, auxiliary, index, punctuation).
64-
option (int): The option for exemplar set.
64+
option (int): The option for exemplar set. Valid options are:
65+
- 0: Default exemplar set
66+
- 2: Case-insensitive exemplar set
67+
- 4: Case-mapping exemplar set
6568
6669
Returns:
6770
List[str]: Sorted list of exemplars.

0 commit comments

Comments
 (0)