Fixed typos in assertQuerysetEqual() docs and 1.6 release notes.

This commit is contained in:
Jacob Walls 2021-02-26 03:10:52 -05:00 committed by GitHub
parent 200ae86de6
commit 0c7e880e13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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.