From b5fbdf97db15be7efc1059c82099a42018f8d7ac Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 2 Feb 2014 15:16:55 +0100 Subject: [PATCH] Fixed typo. --- 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 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