diff --git a/docs/topics/downloader-middleware.rst b/docs/topics/downloader-middleware.rst index 060267bc2..57ed829ab 100644 --- a/docs/topics/downloader-middleware.rst +++ b/docs/topics/downloader-middleware.rst @@ -339,6 +339,7 @@ If cookie middleware is enabled, ``get_cookiejar(response_or_request)`` method a It allows a bit easier access to cookiejar object: + .. skip: next .. code-block:: python ...