mirror of https://github.com/scrapy/scrapy.git
Fix docs example
This commit is contained in:
parent
f57fc454be
commit
5862216bb1
|
|
@ -57,7 +57,7 @@ request metadata key to ``True``:
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
yield Request("https://example.com", meta={"dont_throttle": True})
|
||||
Request("https://example.com", meta={"dont_throttle": True})
|
||||
|
||||
Note, however, that AutoThrottle still determines the starting delay of every
|
||||
slot by setting the ``download_delay`` attribute on the running spider. You
|
||||
|
|
|
|||
Loading…
Reference in New Issue