diff options
| author | ticalcster <ticalcster@gmail.com> | 2014-10-02 08:37:05 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-10-02 09:08:07 -0400 |
| commit | d49993fa8f3fb10fde43983a323d53dfba815db9 (patch) | |
| tree | 8f8150d4a13b8631552ee2cc8d471bc85e3f9555 /docs | |
| parent | 01a7e0b9c527449ab85e9e9b43303a325aef67a4 (diff) | |
Fixed typo in docs/ref/contrib/sites.txt
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/sites.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/sites.txt b/docs/ref/contrib/sites.txt index 3400b10288..acfd7f92f7 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 |
