fix typos in downloader-middleware.rst and exceptions.rst, middlware -> middleware

This commit is contained in:
hy 2015-09-16 16:59:23 +08:00 committed by Daniel Graña
parent 23fda69f3a
commit 32f115c4c6
2 changed files with 2 additions and 2 deletions

View File

@ -736,7 +736,7 @@ RetryMiddleware
.. class:: RetryMiddleware
A middlware to retry failed requests that are potentially caused by
A middleware to retry failed requests that are potentially caused by
temporary problems such as a connection timeout or HTTP 500 error.
Failed pages are collected on the scraping process and rescheduled at the

View File

@ -57,7 +57,7 @@ remain disabled. Those components include:
* Extensions
* Item pipelines
* Downloader middlwares
* Downloader middlewares
* Spider middlewares
The exception must be raised in the component constructor.