diff options
| author | Jacob Walls <38668450+jacobtylerwalls@users.noreply.github.com> | 2020-10-18 13:50:14 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-10-18 19:51:56 +0200 |
| commit | 18ffdf5c877dab51dd2eac90b9065d7a3e92133b (patch) | |
| tree | 73c7b4994c78d45411e23cbd19486b14f0ce7e5f | |
| parent | 8caf524a1dd35d57827dff6950460f9d8b9d2dab (diff) | |
[3.1.x] Fixed typo in docs/topics/testing/tools.txt.
Backport of 4e4db426c5b0a18d1fd4dac6fc1342ab7762b288 from master
| -rw-r--r-- | docs/topics/testing/tools.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index 887953f40c..cd023a01ad 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -1611,7 +1611,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. |
