Commit ce91b920 authored by Teodor Sigaev's avatar Teodor Sigaev

fix typo in comment

parent 9a206d06
...@@ -95,7 +95,7 @@ def parse_cldr_latin_ascii_transliterator(latinAsciiFilePath): ...@@ -95,7 +95,7 @@ def parse_cldr_latin_ascii_transliterator(latinAsciiFilePath):
# to the characters. # to the characters.
# #
# Group 1: plain "src" char. Empty if group 2 is not. # Group 1: plain "src" char. Empty if group 2 is not.
# 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.
# #
# Group 3: plain "trg" char. Empty if group 4 is not. # Group 3: plain "trg" char. Empty if group 4 is not.
# Group 4: plain "trg" char between quotes. Empty if group 3 is not. # Group 4: plain "trg" char between quotes. Empty if group 3 is not.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment