diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-02-02 15:16:55 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-02-02 15:16:55 +0100 |
| commit | b5fbdf97db15be7efc1059c82099a42018f8d7ac (patch) | |
| tree | 195369fdec03f1b73f92848d47a2ebf31d1b8552 | |
| parent | 76ff266df1d68eb76836f159b799ed3e64979089 (diff) | |
Fixed typo.
| -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 b0d9a4b8ee..b0da9fdabd 100644 --- a/docs/ref/contrib/sites.txt +++ b/docs/ref/contrib/sites.txt @@ -464,7 +464,7 @@ the ``domain`` and ``name`` by looking at the request's domain. It has ============================= Finally, to avoid repetitive fallback code, the framework provides a -:func:`django.contrib.sites.shortcut.get_current_site` function. +:func:`django.contrib.sites.shortcuts.get_current_site` function. .. function:: shortcuts.get_current_site |
