fix typo in docs/topics/spiders

This commit is contained in:
Kristobal Junta 2019-10-01 17:41:38 +03:00
parent 2c14692e60
commit c232bbdc42
1 changed files with 1 additions and 1 deletions

View File

@ -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::