summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2012-02-27 14:40:27 +0000
committerLuke Plant <L.Plant.98@cantab.net>2012-02-27 14:40:27 +0000
commit59b2439e7e7aeba44ab52082f9014898104a0141 (patch)
tree318f2106112c6463481f59d954fb58d5c997c76e /docs
parent4bbacd2663aab52bc8e55d2051dc69f42b982f42 (diff)
Fixed ReST typo in CSRF docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17593 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/csrf.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/csrf.txt b/docs/ref/contrib/csrf.txt
index 006d63b7a3..fa1ae7a6ce 100644
--- a/docs/ref/contrib/csrf.txt
+++ b/docs/ref/contrib/csrf.txt
@@ -366,7 +366,7 @@ all the views that need it, enable the middleware and use
CsrfViewMiddleware.process_view not used
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-There are cases when ``CsrfViewMiddleware.process_view``` may not have run
+There are cases when ``CsrfViewMiddleware.process_view`` may not have run
before your view is run - 404 and 500 handlers, for example - but you still
need the CSRF token in a form.