update docs of scrapy.loader.ItemLoader.item

This commit is contained in:
Kevin Lloyd Bernal 2019-10-23 20:39:53 +08:00
parent 1d5c270ce8
commit 84fe4011b0
1 changed files with 2 additions and 0 deletions

View File

@ -485,6 +485,8 @@ ItemLoader objects
.. attribute:: item
The :class:`~scrapy.item.Item` object being parsed by this Item Loader.
This is mostly used as a property so when attempting to override this
value, you may want to check out :attr:`default_item_class` first.
.. attribute:: context