Fixed English in error message.

This commit is contained in:
Serhiy Storchaka 2015-05-06 19:22:55 +03:00
commit fe373a5425

View file

@ -130,7 +130,7 @@ def _raiseFailure(self, standardMsg):
raise self.test_case.failureException(msg)
def _sentinel(*args, **kwargs):
raise AssertionError('Should never called')
raise AssertionError('Should never be called')
class _AssertRaisesBaseContext(_BaseTestCaseContext):