diff --git a/docs/ref/contrib/sitemaps.txt b/docs/ref/contrib/sitemaps.txt index 8c43b672d8..42552e8733 100644 --- a/docs/ref/contrib/sitemaps.txt +++ b/docs/ref/contrib/sitemaps.txt @@ -501,7 +501,7 @@ that: :func:`django.contrib.sitemaps.ping_google()`. One useful way to call :func:`ping_google` is from a model's ``save()`` method:: - from django.contrib.sitemaps import ping_google + from django.contrib.sitemaps import ping_google class Entry(models.Model): # ...