mirror of https://github.com/django/django.git
Fixed indentation typo in docs/ref/contrib/sitemaps.txt.
This commit is contained in:
parent
f7dba61881
commit
2003cb23d4
|
@ -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()``
|
One useful way to call :func:`ping_google` is from a model's ``save()``
|
||||||
method::
|
method::
|
||||||
|
|
||||||
from django.contrib.sitemaps import ping_google
|
from django.contrib.sitemaps import ping_google
|
||||||
|
|
||||||
class Entry(models.Model):
|
class Entry(models.Model):
|
||||||
# ...
|
# ...
|
||||||
|
|
Loading…
Reference in New Issue