diff --git a/docs/topics/spiders.rst b/docs/topics/spiders.rst index 45eea3e60..d60c93be6 100644 --- a/docs/topics/spiders.rst +++ b/docs/topics/spiders.rst @@ -692,7 +692,7 @@ SitemapSpider .. method:: sitemap_filter(entries) - This is a filter funtion that could be overridden to select sitemap entries + This is a filter function that could be overridden to select sitemap entries based on their attributes. For example::