mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
#18466: fix more typos. Patch by Févry Thibault.
This commit is contained in:
parent
b5bc353b88
commit
85a8629d21
12 changed files with 12 additions and 12 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue