summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarc Tamlyn <marc.tamlyn@gmail.com>2013-07-05 02:52:11 -0700
committerMarc Tamlyn <marc.tamlyn@gmail.com>2013-07-05 02:52:11 -0700
commit3e60cc2992ad963b22c2ba879a1efe98510ef77c (patch)
tree44a908d4e027ded06cbda2bb565be45660449ce0 /docs
parent2cbd579efe2d646814bd6cb7aca8bd43a96f14ae (diff)
parent62a826ab31ca0e399dcef1ea37b459c194cbf7b5 (diff)
Merge pull request #1331 from hekevintran/patch-1
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