Fixed #9497 - Doc typos. Many thanks ramiro.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9330 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Karen Tracey 2008-11-02 20:43:20 +00:00
parent 8a5f2ee912
commit c483583023
11 changed files with 23 additions and 21 deletions

View file

@ -687,7 +687,7 @@ the following line to your URLconf::
a query string, too.
* ``site_name``: The name of the current
:class:`~django.contrib.sites.models.Site``, according to the
:class:`~django.contrib.sites.models.Site`, according to the
:setting:`SITE_ID` setting. If you're using the Django development version
and you don't have the site framework installed, this will be set to the
value of ``request.META['SERVER_NAME']``. For more on sites, see