summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoreltronix <lt.eltronix@gmail.com>2016-04-27 15:01:48 +0300
committerTim Graham <timograham@gmail.com>2016-04-27 08:02:14 -0400
commit146ac71a2185c280c1b5d73fc6ec807e35c97722 (patch)
tree24432cc4b4edcc653c81352419225545285fae38 /docs
parent4afead50cbf68f302900b6f991fdae8ee82efde2 (diff)
[1.9.x] Fixed typo in docs/topics/testing/tools.txt
Backport of 8ccb8ff453f8c3ba297bd8e108d81d76769bf8d2 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/testing/tools.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt
index 67ad436ee4..c315051080 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -1372,7 +1372,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)