Fix a typo

This commit is contained in:
Adrián Chaves 2025-03-13 11:25:00 +01:00
parent 1d1a85711d
commit e4e3dba141
1 changed files with 1 additions and 1 deletions

View File

@ -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.