summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-23 07:57:19 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-23 07:57:19 -0700
commitefb05978b36ef6eeb02f47b7c58b138d089d581a (patch)
treee906746772a953ba74eb334f4be15dd07bbab7c2
parentc3aa2948c6c14862407501290571f858ccf45b07 (diff)
parentd72059c2ae2753ee7d7e0ba8e684ed3d04909e53 (diff)
Merge pull request #1801 from collinanderson/patch-10
typo in 1.7 release notes
-rw-r--r--docs/releases/1.7.txt2
1 files changed, 1 insertions, 1 deletions
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