[4.2.x] Corrected example in CreateCollation() docs.

Backport of 4db33e96d1 from main
This commit is contained in:
Adam Johnson 2023-03-12 14:02:34 +00:00 committed by Mariusz Felisiak
parent 2e57dc490b
commit a0f46ea7e8
1 changed files with 2 additions and 1 deletions

View File

@ -128,9 +128,10 @@ For example, to create a collation for German phone book ordering::
operations = [ operations = [
CreateCollation( CreateCollation(
"german_phonebook", "case_insensitive",
provider="icu", provider="icu",
locale="und-u-ks-level2", locale="und-u-ks-level2",
deterministic=False,
), ),
..., ...,
] ]