From 8ccb8ff453f8c3ba297bd8e108d81d76769bf8d2 Mon Sep 17 00:00:00 2001 From: eltronix Date: Wed, 27 Apr 2016 15:01:48 +0300 Subject: [PATCH] Fixed typo in docs/topics/testing/tools.txt --- docs/topics/testing/tools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index 61a23427a2..96dfac0423 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -1332,7 +1332,7 @@ applications: The failure messages given by most of these assertion methods can be customized with the ``msg_prefix`` argument. This string will be prefixed to any failure message generated by the assertion. This allows you to provide additional -details that may help you to identify the location and cause of an failure in +details that may help you to identify the location and cause of a failure in your test suite. .. method:: SimpleTestCase.assertRaisesMessage(expected_exception, expected_message, callable, *args, **kwargs)