We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a206d0 commit ce91b92Copy full SHA for ce91b92
contrib/unaccent/generate_unaccent_rules.py
@@ -95,7 +95,7 @@ def parse_cldr_latin_ascii_transliterator(latinAsciiFilePath):
95
# to the characters.
96
#
97
# Group 1: plain "src" char. Empty if group 2 is not.
98
- # Group 2: unicode-espaced "src" char (e.g. "\u0110"). Empty if group 1 is not.
+ # Group 2: unicode-escaped "src" char (e.g. "\u0110"). Empty if group 1 is not.
99
100
# Group 3: plain "trg" char. Empty if group 4 is not.
101
# Group 4: plain "trg" char between quotes. Empty if group 3 is not.
0 commit comments