diff --git a/docs/ref/contrib/sitemaps.txt b/docs/ref/contrib/sitemaps.txt index fb1223af77a..b641c82861d 100644 --- a/docs/ref/contrib/sitemaps.txt +++ b/docs/ref/contrib/sitemaps.txt @@ -485,7 +485,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): # ...