소스 검색

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

Jacob Walls 4 년 전
부모
커밋
4e4db426c5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/topics/testing/tools.txt

+ 1 - 1
docs/topics/testing/tools.txt

@@ -1643,7 +1643,7 @@ your test suite.
     :meth:`~SimpleTestCase.assertHTMLEqual`, the comparison is
     made on parsed content, hence only semantic differences are considered, not
     syntax differences. When invalid XML is passed in any parameter, an
-    ``AssertionError`` is always raised, even if both string are identical.
+    ``AssertionError`` is always raised, even if both strings are identical.
 
     XML declaration, document type, processing instructions, and comments are
     ignored. Only the root element and its children are compared.