Skip to content

Commit

Permalink
Fix doc references to scrapy.Item.
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Jan 31, 2025
1 parent 0906786 commit 25ceb44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ itemloaders 1.0.5 (2022-08-25)
itemloaders 1.0.4 (2020-11-12)
------------------------------

- When adding a :class:`scrapy.item.scrapy.Item` object as a value into an
- When adding a :class:`scrapy.Item` object as a value into an
:class:`ItemLoader` object, that item is now added *as is*, instead of
becoming a :class:`list` of keys from its :attr:`scrapy.item.scrapy.Item.fields`
becoming a :class:`list` of keys from its :attr:`scrapy.Item.fields`
(:gh:`28`, :gh:`29`)

- Increased test coverage (:gh:`27`)
Expand Down

0 comments on commit 25ceb44

Please sign in to comment.