Jelajahi Sumber

Fixed typo in docs/topics/testing/tools.txt.

rharri 2 tahun lalu
induk
melakukan
6654289f5b
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      docs/topics/testing/tools.txt

+ 2 - 1
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.