mirror of https://github.com/scrapy/scrapy.git
Fix RobotsTxtMiddleware reference in doc
This commit is contained in:
parent
f86f62c5d9
commit
4ecc909bc1
|
|
@ -234,8 +234,6 @@ HttpCacheMiddleware
|
|||
* :setting:`HTTPCACHE_EXPIRATION_SECS` - how many secs until the cache is
|
||||
considered out of date
|
||||
|
||||
.. _topics-dlmw-robots:
|
||||
|
||||
HttpCompressionMiddleware
|
||||
-------------------------
|
||||
|
||||
|
|
@ -293,6 +291,8 @@ RetryMiddleware
|
|||
HTTP protocol. It's included by default because it's a common code used
|
||||
to indicate server overload, which would be something we want to retry.
|
||||
|
||||
.. _topics-dlmw-robots:
|
||||
|
||||
RobotsTxtMiddleware
|
||||
-------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue