mirror of https://github.com/scrapy/scrapy.git
Merge pull request #2218 from mremes/patch-1
[MRG+1] Update exceptions.rst
This commit is contained in:
commit
beb411d5b6
|
|
@ -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
|
||||
------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue