fix: Add missing comma to _eleven_to_beyond (#10166)

* This comma has been most probably been left out unintentionally, leading to string concatenation between the two consecutive lines. This issue has been found automatically using a regular expression.
This commit is contained in:
Marek Šuppa 2022-01-30 08:45:06 +01:00 committed by GitHub
parent 67ecac633f
commit f09c799a96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ _eleven_to_beyond = [
"अड़सठ", "अड़सठ",
"उनहत्तर", "उनहत्तर",
"सत्तर", "सत्तर",
"इकहत्तर" "इकहत्तर",
"बहत्तर", "बहत्तर",
"तिहत्तर", "तिहत्तर",
"चौहत्तर", "चौहत्तर",