From b1de67520792563849a379edf1704deb5a64cbb8 Mon Sep 17 00:00:00 2001 From: Felipe Boff Nunes <51033921+felipeboffnunes@users.noreply.github.com> Date: Fri, 17 Mar 2023 17:05:19 -0300 Subject: [PATCH] Update docs/topics/spider-middleware.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Adrián Chaves --- docs/topics/spider-middleware.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/spider-middleware.rst b/docs/topics/spider-middleware.rst index 444b4fba3..871186235 100644 --- a/docs/topics/spider-middleware.rst +++ b/docs/topics/spider-middleware.rst @@ -446,7 +446,7 @@ StickyMetaParamsMiddleware -------------------------- .. module:: scrapy.spidermiddlewares.stickymeta - :synopsis: Spider Middleware that forwards meta parameters through requests + :synopsis: Spider Middleware that forwards metadata through requests .. class:: StickyMetaParamsMiddleware