diff options
Diffstat (limited to 'django/test')
| -rw-r--r-- | django/test/testcases.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/test/testcases.py b/django/test/testcases.py index 488b8e2cd7..7aec0b406b 100644 --- a/django/test/testcases.py +++ b/django/test/testcases.py @@ -626,7 +626,7 @@ class SimpleTestCase(unittest.TestCase): def assertRaisesMessage(self, expected_exception, expected_message, *args, **kwargs): """ - Assert that expected_message is found in the the message of a raised + Assert that expected_message is found in the message of a raised exception. Args: |
