summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorhekevintran <hekevintran@gmail.com>2013-07-04 12:31:58 -0700
committerhekevintran <hekevintran@gmail.com>2013-07-04 12:31:58 -0700
commit62a826ab31ca0e399dcef1ea37b459c194cbf7b5 (patch)
tree774843c2f76bb5f48880bc53bf59468d92a35d6f /docs
parentda5069f68f9ec0cf80f50f6708d103afd56d23ae (diff)
fixed grammar
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt
index 462a389b27..963276714e 100644
--- a/docs/releases/1.6.txt
+++ b/docs/releases/1.6.txt
@@ -762,7 +762,7 @@ Miscellaneous
``{{ obj.view_href }}`` will cause template rendering to fail if
``view_href()`` raises ``NoReverseMatch``. There is no change to the
``{% url %}`` tag, it causes template rendering to fail like always when
- ``NoReverseMatch`` is risen.
+ ``NoReverseMatch`` is raised.
* :meth:`django.test.client.Client.logout` now calls
:meth:`django.contrib.auth.logout` which will send the