From 0cf7477ed839517e203e4b5aad414707cb401d30 Mon Sep 17 00:00:00 2001 From: Adam Zapletal Date: Fri, 24 Apr 2015 20:53:19 -0500 Subject: [PATCH] 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. --- 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 67f58cccf3..fbe12e9117 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -1362,7 +1362,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