mirror of https://github.com/scrapy/scrapy.git
Update docs/topics/loaders.rst
Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
parent
3efea98e05
commit
1335d9053e
|
|
@ -25,7 +25,7 @@ Using Item Loaders to populate items
|
|||
|
||||
To use an Item Loader, you must first instantiate it. You can either
|
||||
instantiate it with an :ref:`item object <topics-items>` or without one, in which
|
||||
case an instance of :class:`~scrapy.item.Item` is automatically created in the
|
||||
case an :ref:`item object <topics-items>` is automatically created in the
|
||||
Item Loader ``__init__`` method using the :ref:`item <topics-items>` class
|
||||
specified in the :attr:`ItemLoader.default_item_class` attribute.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue