mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Fixed English in error message.
This commit is contained in:
commit
fe373a5425
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue