#18466: fix more typos. Patch by Févry Thibault.

This commit is contained in:
Ezio Melotti 2013-08-17 16:57:41 +03:00
parent b5bc353b88
commit 85a8629d21
12 changed files with 12 additions and 12 deletions

View file

@ -59,7 +59,7 @@ class NormalizationTest(unittest.TestCase):
c1,c2,c3,c4,c5 = [unistr(x) for x in line.split(';')[:-1]]
except RangeError:
# Skip unsupported characters;
# try atleast adding c1 if we are in part1
# try at least adding c1 if we are in part1
if part == "@Part1":
try:
c1 = unistr(line.split(';')[0])