Merge pull request #1399 from tagatac/master

DOC scrapy.Spider grammar and clarity
This commit is contained in:
Mikhail Korobov 2015-08-01 02:07:42 +05:00
commit e8d527c9eb
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ scrapy.Spider
.. class:: Spider()
This is the simplest spider, and the one from which every other spider
must inherit from (either the ones that come bundled with Scrapy, or the ones
must inherit (including spiders that come bundled with Scrapy, as well as spiders
that you write yourself). It doesn't provide any special functionality. It just
provides a default :meth:`start_requests` implementation which sends requests from
the :attr:`start_urls` spider attribute and calls the spider's method ``parse``