#5782: Small spelling error on Documentation Page
-----------------------+----------------------------------------------------
Reporter: obeattie | Owner: nobody
Status: new | Component: Django Web site
Version: SVN | Keywords: spelling minor docs documentation site
djangoproject.com
Stage: Unreviewed | Has_patch: 1
-----------------------+----------------------------------------------------
Just a small inconsistency I spotted on one of the documentation pages
([http://www.djangoproject.com/documentation/apache_auth/#configuring-
apache Authenticating against Djangos user database from Apache]).
In the code sample for Apache 2.2 a line reads:
{{{
<Location /exmaple/>
}}}
Where I think you meant to say:
{{{
<Location /example/>
}}}
'''I know it's small, but thought you might want to correct it
nonetheless.'''
--
Ticket URL: <http://code.djangoproject.com/ticket/5782>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---