From 4e4db426c5b0a18d1fd4dac6fc1342ab7762b288 Mon Sep 17 00:00:00 2001 From: Jacob Walls <38668450+jacobtylerwalls@users.noreply.github.com> Date: Sun, 18 Oct 2020 13:50:14 -0400 Subject: [PATCH] Fixed typo in docs/topics/testing/tools.txt. --- docs/topics/testing/tools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index 6d96731c79..d4bdb5157c 100644 --- a/docs/topics/testing/tools.txt +++ b/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.