summaryrefslogtreecommitdiff
path: root/docs/apache_auth.txt
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2005-11-29 18:27:35 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2005-11-29 18:27:35 +0000
commit289119563e5622ee42368177f7e97a1861a66aac (patch)
treea0af20d8dab5d5596f6018b707f2bea059fc8163 /docs/apache_auth.txt
parentae76186a4f86c1e5a687f58bfa54166a0dde6a93 (diff)
Fixed small ReST error in [1495]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1496 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/apache_auth.txt')
-rw-r--r--docs/apache_auth.txt2
1 files changed, 1 insertions, 1 deletions
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