Update exceptions.rst

There are namely no constructors in classes in Python but an ``__init__`` method instead.
This commit is contained in:
Matti Remes 2016-09-03 17:36:47 +03:00 committed by GitHub
parent cbd0bbb829
commit 38abd838ca
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
------------