mirror of https://github.com/scrapy/scrapy.git
fix typos in downloader-middleware.rst and exceptions.rst, middlware -> middleware
This commit is contained in:
parent
5279da9916
commit
14f7f22555
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue