Update docs/topics/loaders.rst

Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
Eugenio Lacuesta 2020-06-22 14:05:44 -03:00 committed by GitHub
parent 3efea98e05
commit 1335d9053e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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