mirror of
https://github.com/python/cpython.git
synced 2024-11-27 20:04:41 +08:00
Fixed English in error message.
This commit is contained in:
commit
fe373a5425
@ -130,7 +130,7 @@ class _BaseTestCaseContext:
|
||||
raise self.test_case.failureException(msg)
|
||||
|
||||
def _sentinel(*args, **kwargs):
|
||||
raise AssertionError('Should never called')
|
||||
raise AssertionError('Should never be called')
|
||||
|
||||
class _AssertRaisesBaseContext(_BaseTestCaseContext):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user