diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2018-07-18 17:54:15 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-07-18 11:54:15 -0400 |
| commit | a73cf8110e6cccbf46bf77fd4ddce2df99df53ca (patch) | |
| tree | 1403b374e47a80000eef37bc4c43c2c412cb5e97 /django/test | |
| parent | 6e78e1054933c36a2e0fdf998db780c88bdef4a9 (diff) | |
Removed duplicate words in various comments.
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: |
