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

This commit is contained in:
Jacob Walls 2020-10-18 13:50:14 -04:00 committed by GitHub
parent 78eeb24774
commit 4e4db426c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1643,7 +1643,7 @@ your test suite.
:meth:`~SimpleTestCase.assertHTMLEqual`, the comparison is :meth:`~SimpleTestCase.assertHTMLEqual`, the comparison is
made on parsed content, hence only semantic differences are considered, not made on parsed content, hence only semantic differences are considered, not
syntax differences. When invalid XML is passed in any parameter, an 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 XML declaration, document type, processing instructions, and comments are
ignored. Only the root element and its children are compared. ignored. Only the root element and its children are compared.