From 53db741532d7a117a999e71860532abc99dc88e5 Mon Sep 17 00:00:00 2001 From: Georgiy Zatserklianyi Date: Fri, 21 Jun 2024 10:10:58 +0200 Subject: [PATCH] Update docs/faq.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Adrián Chaves --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 100e850b0..55a81761c 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -307,7 +307,7 @@ Does Scrapy manage cookies automatically? Yes, Scrapy receives and keeps track of cookies sent by servers, and sends them back on subsequent requests, like any regular web browser does. -For more info see :ref:`topics-request-response` , :ref:`cookies-mw` and :ref:`cookiejars`. +For more info see :ref:`topics-request-response`, :ref:`cookies-mw` and :ref:`cookiejars`. How can I see the cookies being sent and received from Scrapy? --------------------------------------------------------------