Update docs/topics/downloader-middleware.rst

Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
Georgiy Zatserklianyi 2024-06-21 10:11:30 +02:00 committed by GitHub
parent 53db741532
commit 2f457179e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -297,7 +297,9 @@ Here's an example of a log with :setting:`COOKIES_DEBUG` enabled::
Direct access to cookiejars from spider
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
On some cases it is required to directly set specific values to existing cookiejar
In some cases it is required to directly set specific values in an existing
cookiejar.
.. code-block:: python