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:24 -0400 |
| commit | 2003cb23d4f1b3be717855d41b562d4d5cfebe99 (patch) | |
| tree | f4874c9f0b32cff3ef4114b80be8da8caea801d6 /docs | |
| parent | f7dba61881ff5c26ad1c9a6dff71a8dc4ebede5a (diff) | |
Fixed indentation typo in docs/ref/contrib/sitemaps.txt.
Diffstat (limited to 'docs')
| -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 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): # ... |
