Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 88ca467

Browse files
committed
Whitespace normalization.
1 parent 922dd7d commit 88ca467

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lib/site.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def setquit():
232232
eof = 'Ctrl-Z plus Return'
233233
else:
234234
eof = 'Ctrl-D (i.e. EOF)'
235-
235+
236236
class Quitter(object):
237237
def __init__(self, name):
238238
self.name = name

Lib/test/test_normalization.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ def test_main():
4646
try:
4747
c1,c2,c3,c4,c5 = [unistr(x) for x in line.split(';')[:-1]]
4848
except RangeError:
49-
# Skip unsupported characters;
49+
# Skip unsupported characters;
5050
# try atleast adding c1 if we are in part1
5151
if part == "@Part1":
52-
try:
52+
try:
5353
c1=unistr(line.split(';')[0])
5454
except RangeError:
5555
pass

Tools/unicode/makeunicodedata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ class Difference(Exception):pass
666666
new.changed.append((version, zip(bidir_changes, category_changes,
667667
decimal_changes, numeric_changes),
668668
normalization_changes))
669-
669+
670670

671671
# --------------------------------------------------------------------
672672
# the following support code is taken from the unidb utilities

0 commit comments

Comments
 (0)