From fc342bff94c720e9f12c3a3214e265269e29dfd5 Mon Sep 17 00:00:00 2001 From: Adam Zapletal Date: Fri, 24 Apr 2015 20:53:19 -0500 Subject: [PATCH] [1.8.x] Fixed a typo and formatting consistency in testing tools docs I changed "appears" to "appear" and emphasized the word "not" to match the rest of the document. Backport of 0cf7477ed839517e203e4b5aad414707cb401d30 from master --- 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 065c2a110e..3a15613bff 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -1404,7 +1404,7 @@ your test suite. .. method:: SimpleTestCase.assertNotContains(response, text, status_code=200, msg_prefix='', html=False) Asserts that a ``Response`` instance produced the given ``status_code`` and - that ``text`` does not appears in the content of the response. + that ``text`` does *not* appear in the content of the response. Set ``html`` to ``True`` to handle ``text`` as HTML. The comparison with the response content will be based on HTML semantics instead of