From 289119563e5622ee42368177f7e97a1861a66aac Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Tue, 29 Nov 2005 18:27:35 +0000 Subject: [PATCH] Fixed small ReST error in [1495] git-svn-id: http://code.djangoproject.com/svn/django/trunk@1496 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/apache_auth.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache_auth.txt b/docs/apache_auth.txt index bbb2fe091d..1250679ea8 100644 --- a/docs/apache_auth.txt +++ b/docs/apache_auth.txt @@ -31,7 +31,7 @@ with the standard ``Auth*`` and ``Require`` directives:: By default, the authentication handler will limit access to the ``/example/`` location to users marked as staff members. You can use a set of -``PythonOption`` directives to modify this behavior:: +``PythonOption`` directives to modify this behavior: ================================ ========================================= ``PythonOption`` Explanation