diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2005-11-29 18:27:35 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2005-11-29 18:27:35 +0000 |
| commit | 289119563e5622ee42368177f7e97a1861a66aac (patch) | |
| tree | a0af20d8dab5d5596f6018b707f2bea059fc8163 /docs/apache_auth.txt | |
| parent | ae76186a4f86c1e5a687f58bfa54166a0dde6a93 (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.txt | 2 |
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 |
