summaryrefslogtreecommitdiff
path: root/docs/topics/testing
diff options
context:
space:
mode:
authorJacob Walls <38668450+jacobtylerwalls@users.noreply.github.com>2021-02-26 03:10:52 -0500
committerGitHub <noreply@github.com>2021-02-26 09:10:52 +0100
commit0c7e880e13b837dd76276c04ebdc338bb76d1379 (patch)
tree132c7aeab644fa9bf7f4df670f5c57d6446132ff /docs/topics/testing
parent200ae86de6f2088fbae7498ea21165f4f9538762 (diff)
Fixed typos in assertQuerysetEqual() docs and 1.6 release notes.
Diffstat (limited to 'docs/topics/testing')
-rw-r--r--docs/topics/testing/tools.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt
index d8629dafc7..fba515b4fa 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -1690,7 +1690,7 @@ your test suite.
provide an implicit ordering, you can set the ``ordered`` parameter to
``False``, which turns the comparison into a ``collections.Counter`` comparison.
If the order is undefined (if the given ``qs`` isn't ordered and the
- comparison is against more than one ordered values), a ``ValueError`` is
+ comparison is against more than one ordered value), a ``ValueError`` is
raised.
Output in case of error can be customized with the ``msg`` argument.