From c232bbdc426d91b98703d5f8e892b0c431c5a43a Mon Sep 17 00:00:00 2001 From: Kristobal Junta Date: Tue, 1 Oct 2019 17:41:38 +0300 Subject: [PATCH] fix typo in docs/topics/spiders --- docs/topics/spiders.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::