-
Notifications
You must be signed in to change notification settings - Fork 10.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix typo in docs/topics/spiders #4050
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4050 +/- ##
=======================================
Coverage 85.68% 85.68%
=======================================
Files 165 165
Lines 9732 9732
Branches 1463 1463
=======================================
Hits 8339 8339
Misses 1136 1136
Partials 257 257 |
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May I suggest an additional change?
This is a filter function that could be overridden to select sitemap entries | |
This is a filtering function that could be overridden to select sitemap entries |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both ways of writing it look fine to me.
Merging it, as it is a clear improvement as-is. |
Thanks @KristobalJunta! |
@kmike you're welcome! Since I started reading scrapy code often recently, I suppose I'll be back with more PR's :) |
No description provided.