Fix docs example

This commit is contained in:
Adrián Chaves 2024-11-05 19:55:28 +01:00
parent f57fc454be
commit 5862216bb1
1 changed files with 1 additions and 1 deletions

View File

@ -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