Browse Source

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

Tim Graham 10 năm trước cách đây
mục cha
commit
2003cb23d4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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):
         # ...