Просмотр исходного кода

Fixed indentation typo in docs/ref/contrib/sitemaps.txt.

Tim Graham 10 лет назад
Родитель
Сommit
2003cb23d4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/ref/contrib/sitemaps.txt

+ 1 - 1
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):
         # ...