commit | 2e2dcf6eaccc3ea840148d44019d8d482479bcfb | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed May 06 19:21:00 2015 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed May 06 19:21:00 2015 +0300 |
tree | c3a1b2e8fd262def4926cf18cf3f8fac43832c30 | |
parent | 7f71e04cb510c24be337a22350324dc8a28e9775 [diff] [blame] |
Fixed English in error message.
diff --git a/Lib/unittest/case.py b/Lib/unittest/case.py index cef0567..6bbc55f 100644 --- a/Lib/unittest/case.py +++ b/Lib/unittest/case.py
@@ -128,7 +128,7 @@ 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.