Kaydet (Commit) 2003cb23 authored tarafından Tim Graham's avatar Tim Graham

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

üst f7dba618
......@@ -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):
# ...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment