mirror of
https://github.com/python/cpython.git
synced 2025-10-13 18:33:34 +00:00
Fixed English in error message.
This commit is contained in:
parent
e130503c7b
commit
4b5367c46d
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ class _BaseTestCaseContext:
|
||||||
raise self.test_case.failureException(msg)
|
raise self.test_case.failureException(msg)
|
||||||
|
|
||||||
def _sentinel(*args, **kwargs):
|
def _sentinel(*args, **kwargs):
|
||||||
raise AssertionError('Should never called')
|
raise AssertionError('Should never be called')
|
||||||
|
|
||||||
class _AssertRaisesBaseContext(_BaseTestCaseContext):
|
class _AssertRaisesBaseContext(_BaseTestCaseContext):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue