Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ce91b92

Browse files
committed
fix typo in comment
1 parent 9a206d0 commit ce91b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/unaccent/generate_unaccent_rules.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def parse_cldr_latin_ascii_transliterator(latinAsciiFilePath):
9595
# to the characters.
9696
#
9797
# 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.
98+
# Group 2: unicode-escaped "src" char (e.g. "\u0110"). Empty if group 1 is not.
9999
#
100100
# Group 3: plain "trg" char. Empty if group 4 is not.
101101
# Group 4: plain "trg" char between quotes. Empty if group 3 is not.

0 commit comments

Comments
 (0)