diff options
| author | Adam Zapletal <adamzap@gmail.com> | 2015-04-24 20:53:19 -0500 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2015-04-25 12:22:53 +0200 |
| commit | 0cf7477ed839517e203e4b5aad414707cb401d30 (patch) | |
| tree | 04ccc76f6e12569e125b49297ac4f735d8a79eca /docs | |
| parent | 76d26d89220f5740103a16bf71df2ae255c00da4 (diff) | |
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.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/testing/tools.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
