From a73cf8110e6cccbf46bf77fd4ddce2df99df53ca Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 18 Jul 2018 17:54:15 +0200 Subject: Removed duplicate words in various comments. --- django/test/testcases.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/test') 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: -- cgit v1.3