From d49993fa8f3fb10fde43983a323d53dfba815db9 Mon Sep 17 00:00:00 2001 From: ticalcster Date: Thu, 2 Oct 2014 08:37:05 -0400 Subject: [PATCH] Fixed typo in docs/ref/contrib/sites.txt --- docs/ref/contrib/sites.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/contrib/sites.txt b/docs/ref/contrib/sites.txt index 3400b102885..acfd7f92f70 100644 --- a/docs/ref/contrib/sites.txt +++ b/docs/ref/contrib/sites.txt @@ -29,7 +29,7 @@ The sites framework is mainly based on a simple model: The :setting:`SITE_ID` setting specifies the database ID of the :class:`~django.contrib.sites.models.Site` object associated with that -particular settings file. It the setting is omitted, the +particular settings file. If the setting is omitted, the :func:`~django.contrib.sites.shortcuts.get_current_site` function will try to get the current site by comparing the :attr:`~django.contrib.sites.models.Site.domain` with the host name from