From d72059c2ae2753ee7d7e0ba8e684ed3d04909e53 Mon Sep 17 00:00:00 2001 From: Collin Anderson Date: Wed, 23 Oct 2013 10:56:13 -0400 Subject: [PATCH] typo on 1.7 release notes --- docs/releases/1.7.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 542efc46b9..e71fc5b65c 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -379,7 +379,7 @@ Templates :setting:`TEMPLATE_DEBUG` is ``True``. This allows template origins to be inspected and logged outside of the ``django.template`` infrastructure. -* ``TypeError`` exceptions are not longer silenced when raised during the +* ``TypeError`` exceptions are no longer silenced when raised during the rendering of a template. * The following functions now accept a ``dirs`` parameter which is a list or