summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrharri <rharri@users.noreply.github.com>2022-07-29 02:20:31 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-07-29 08:26:27 +0200
commit6654289f5b350dfca3dc4f6abab777459b906756 (patch)
tree075fecabd7218a7b87fb78fb94a20eecb438a57f /docs
parent564437f767eaa54bb6af86d2ebd2363e49a50421 (diff)
Fixed typo in docs/topics/testing/tools.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/testing/tools.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt
index 9e3d2c4956..c2e844517a 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -1742,7 +1742,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.