diff options
Diffstat (limited to 'docs/ref/contrib/sitemaps.txt')
| -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 51cd78aafe..709a3679a4 100644 --- a/docs/ref/contrib/sitemaps.txt +++ b/docs/ref/contrib/sitemaps.txt @@ -79,7 +79,7 @@ a :class:`~django.contrib.sitemaps.Sitemap` class (e.g., A :class:`~django.contrib.sitemaps.Sitemap` class is a Python class that represents a "section" of entries in your sitemap. For example, one :class:`~django.contrib.sitemaps.Sitemap` class could represent all the entries -of your Weblog, while another could represent all of the events in your events +of your blog, while another could represent all of the events in your events calendar. In the simplest case, all these sections get lumped together into one |
