From 49320c2b1f06adf0c73a8a53f23ce9249df8932a Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 9 Oct 2015 21:06:00 -0400 Subject: [PATCH] Fixed typo in docs/releases/1.10.txt. --- docs/releases/1.10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ````` to +* The ``repr()`` of a ``QuerySet`` is wrapped in ```` to disambiguate it from a plain list when debugging. .. _deprecated-features-1.10: