From e4ae4aad52145ba3e525be0d1ed90b008ee6fa6d Mon Sep 17 00:00:00 2001 From: SpiliosDmk <150211937+SpiliosDimakopoulos@users.noreply.github.com> Date: Sat, 25 Jul 2026 08:19:53 +0300 Subject: [PATCH] docs: fix missing 'of' in faq.rst (#7780) 'instead joining the strings' -> 'instead of joining the strings'. --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 8f2013581..dc909cf56 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -136,7 +136,7 @@ middleware with a :ref:`custom downloader middleware ` that requires less memory. For example: - If your domain names are similar enough, use your own regular expression - instead joining the strings in :attr:`~scrapy.Spider.allowed_domains` into + instead of joining the strings in :attr:`~scrapy.Spider.allowed_domains` into a complex regular expression. - If you can meet the installation requirements, use pyre2_ instead of