Author: lukeplant
Date: 2012-02-27 06:40:27 -0800 (Mon, 27 Feb 2012)
New Revision: 17593

Modified:
   django/trunk/docs/ref/contrib/csrf.txt
Log:
Fixed ReST typo in CSRF docs.

Modified: django/trunk/docs/ref/contrib/csrf.txt
===================================================================
--- django/trunk/docs/ref/contrib/csrf.txt      2012-02-27 13:29:56 UTC (rev 
17592)
+++ django/trunk/docs/ref/contrib/csrf.txt      2012-02-27 14:40:27 UTC (rev 
17593)
@@ -366,7 +366,7 @@
 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.
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to