Skip to content

Commit

Permalink
fix a spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
wimglenn committed Jun 1, 2017
1 parent 0bf2788 commit 5661902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_parse.py
Expand Up @@ -159,7 +159,7 @@ def test_pipe(self):
self.assertEqual(r[0], 'teststr')

def test_unicode(self):
# issue29: make sure unicode is parseable
# issue29: make sure unicode is parsable
r = parse.parse('{}', u't€ststr')
self.assertEqual(r[0], u't€ststr')

Expand Down

0 comments on commit 5661902

Please sign in to comment.