Skip to content

Commit

Permalink
fix typos in downloader-middleware.rst and exceptions.rst, middlware …
Browse files Browse the repository at this point in the history
…-> middleware
  • Loading branch information
haiiiiiyun authored and dangra committed Dec 30, 2015
1 parent 23fda69 commit 32f115c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/topics/downloader-middleware.rst
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/exceptions.rst
Expand Up @@ -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.
Expand Down

0 comments on commit 32f115c

Please sign in to comment.