diff options
| author | rharri <rharri@users.noreply.github.com> | 2022-07-29 02:20:31 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-07-29 09:02:09 +0200 |
| commit | 088537710feae0b20f25b1b36741c61e21fc1485 (patch) | |
| tree | f1c7db846ec447290632bb56b54b0f428029882b /docs | |
| parent | 33c2dc87575b0801a0c63c38dba62a83a461c2c0 (diff) | |
[4.1.x] Fixed typo in docs/topics/testing/tools.txt.
Backport of 6654289f5b350dfca3dc4f6abab777459b906756 from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/testing/tools.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index 90da7d91c7..b2ad760f00 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -1753,7 +1753,8 @@ your test suite. .. method:: SimpleTestCase.assertInHTML(needle, haystack, count=None, msg_prefix='') - Asserts that the HTML fragment ``needle`` is contained in the ``haystack`` one. + Asserts that the HTML fragment ``needle`` is contained in the ``haystack`` + once. If the ``count`` integer argument is specified, then additionally the number of ``needle`` occurrences will be strictly verified. |
