Skip to content

Commit c0efb5f

Browse files
committed
Updated comment
1 parent 9b265f4 commit c0efb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/synthDrivers/ibmeci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
re.compile(br"([a-z]+)\s+(\(s\))", re.I): br"\1\2",
6868
#Removes spaces if a string is followed by a punctuation mark, since ViaVoice doesn't tolerate that.
6969
re.compile(br"([a-z]+|\d+|\W+)\s+([:.!;,?](?![a-z]|\d))", re.I): br"\1\2",
70-
#Remove the two spaces separator between strings containing left and right brackets and parentheses, to reduce the verbosity in IBMTTS.
70+
#Remove the two spaces separator between strings containing left and right brackets and parentheses to reduce verbosity.
7171
re.compile(br'([\(\[]+) (.)'): br'\1\2',
7272
re.compile(br'(.) ([\)\]]+)'): br'\1\2',
7373
}

0 commit comments

Comments
 (0)