Fixed English in error message.

This commit is contained in:
Serhiy Storchaka 2015-05-06 19:21:00 +03:00
parent 7f71e04cb5
commit 2e2dcf6eac
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class _AssertRaisesContext(object):
return True
def _sentinel(*args, **kwargs):
raise AssertionError('Should never called')
raise AssertionError('Should never be called')
class TestCase(object):
"""A class whose instances are single test cases.