Fix a copypasted issue number.

This commit is contained in:
Andrey Rakhmatullin 2026-07-06 21:50:21 +05:00
parent 2913e7db92
commit cb784f6c3d
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ New features
- Added ``deny_tags`` and ``deny_attrs`` arguments to :class:`LinkExtractor
<scrapy.linkextractors.lxmlhtml.LxmlLinkExtractor>`.
(:issue:`7015`, :issue:`7679`)
(:issue:`6321`, :issue:`7679`)
- :attr:`scrapy.Item.fields` now returns the fields in the definition order
instead of the alphabetical one.