Fixed typo in docs/releases/1.10.txt.

This commit is contained in:
Tim Graham 2015-10-09 21:06:00 -04:00
parent 7a5b7e35bf
commit 49320c2b1f
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ Database backend API
Miscellaneous
~~~~~~~~~~~~~
* The ``repr()`` of a ``QuerySet`` is wrapped in ```<QuerySet >`` to
* The ``repr()`` of a ``QuerySet`` is wrapped in ``<QuerySet >`` to
disambiguate it from a plain list when debugging.
.. _deprecated-features-1.10: