DOC State explicitly that spiders are loaded recursively.

This commit is contained in:
Rolando Espinoza 2016-12-01 13:24:12 -03:00
parent ea83e67796
commit 6431e7a138
1 changed files with 2 additions and 1 deletions

View File

@ -171,7 +171,8 @@ SpiderLoader API
This class method is used by Scrapy to create an instance of the class.
It's called with the current project settings, and it loads the spiders
found in the modules of the :setting:`SPIDER_MODULES` setting.
found recursively in the modules of the :setting:`SPIDER_MODULES`
setting.
:param settings: project settings
:type settings: :class:`~scrapy.settings.Settings` instance