Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
orenmn committed Oct 11, 2017
commit 98eae4cd86b45ff8a64dfdcea29d359cbbe6b10a
2 changes: 1 addition & 1 deletion Lib/test/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -2667,7 +2667,7 @@ class NonbytesStream(self.StringIO):
self.assertEqual(t.read(), u'a')

def test_illegal_encoder(self):
# bpo-31271: A TypeError should be raise in case the return value of
# bpo-31271: A TypeError should be raised in case the return value of
# encoder's encode() is invalid.
class BadEncoder:
def encode(self, dummy):
Expand Down