Merge pull request #2218 from mremes/patch-1

[MRG+1] Update exceptions.rst
This commit is contained in:
Mikhail Korobov 2016-09-08 20:27:38 +06:00 committed by GitHub
commit beb411d5b6
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ remain disabled. Those components include:
* Downloader middlewares
* Spider middlewares
The exception must be raised in the component constructor.
The exception must be raised in the component's ``__init__`` method.
NotSupported
------------