Merge pull request #4050 from KristobalJunta/fix_topics_spiders_typo

fix typo in docs/topics/spiders
This commit is contained in:
Mikhail Korobov 2019-10-01 23:34:28 +05:00 committed by GitHub
commit 62995e27ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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::