diff options
| author | Tim Graham <timograham@gmail.com> | 2014-08-12 12:27:24 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-12 12:27:41 -0400 |
| commit | 0e9d6ad54ac5e34bd0a1577353e651a500fa52a7 (patch) | |
| tree | 4ffc3c796ff491114e3157e6baae443fa2cbbc6c | |
| parent | 9a51270dba8a1f0ca282411a9da62a81a10cb6bb (diff) | |
[1.7.x] Fixed indentation typo in docs/ref/contrib/sitemaps.txt.
Backport of 2003cb23d4 from master
| -rw-r--r-- | docs/ref/contrib/sitemaps.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/sitemaps.txt b/docs/ref/contrib/sitemaps.txt index fb1223af77..b641c82861 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): # ... |
