From e4e3dba1418a9d55c6078550ebffdf51a8b04d07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Thu, 13 Mar 2025 11:25:00 +0100 Subject: [PATCH] Fix a typo --- docs/news.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/news.rst b/docs/news.rst index f3adc3355..a82d05d67 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -83,7 +83,7 @@ New features Bug fixes ~~~~~~~~~ -- Yielding an start item (i.e. from :meth:`~scrapy.Spider.yield_seeds` or an +- Yielding a start item (i.e. from :meth:`~scrapy.Spider.yield_seeds` or an equivalent) no longer delays the next iteration of starting requests and items by up to 5 seconds.