summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-10-09 21:06:00 -0400
committerTim Graham <timograham@gmail.com>2015-10-09 21:09:25 -0400
commit49320c2b1f06adf0c73a8a53f23ce9249df8932a (patch)
treecc9d656798c79e857c6c03b8a22d2a37ad6ebc24 /docs
parent7a5b7e35bf2e219225b9f26d3dd3e34f26e83e9c (diff)
Fixed typo in docs/releases/1.10.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt
index c9978ac345..d72b0b627b 100644
--- a/docs/releases/1.10.txt
+++ b/docs/releases/1.10.txt
@@ -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: