Update exceptions.rst

Added the missing dot. (+1 squashed commit)
Squashed commits:
[2198972] 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 Mikhail Korobov
parent ec4ab126b6
commit 0ef570f6f0
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
------------