Commit 49320c2b authored by Tim Graham's avatar Tim Graham
Browse files

Fixed typo in docs/releases/1.10.txt.

parent 7a5b7e35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: