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

Skip to content

Commit 3a2ab1a

Browse files
committed
Whitespace normalization.
1 parent 12f21ae commit 3a2ab1a

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

Lib/codecs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ def make_encoding_map(decoding_map):
574574
else:
575575
m[v] = None
576576
return m
577-
577+
578578
### Tests
579579

580580
if __name__ == '__main__':

Lib/pty.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# ImportError then. But since tty *does* exist across platforms, that
1717
# leaves a damaged module object for tty in sys.modules, and the import
1818
# of tty here then appears to work despite that the tty imported is junk.
19-
import termios
19+
import termios
2020
del termios
2121

2222
import tty

Lib/test/test_urllib2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@
1414
f = urllib2.urlopen(file_url)
1515
buf = f.read()
1616
f.close()
17-

0 commit comments

Comments
 (0)