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
parent 5279da9916
commit 14f7f22555
2 changed files with 2 additions and 2 deletions

View File

@ -804,7 +804,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.