diff --git a/docs/topics/loaders.rst b/docs/topics/loaders.rst index f3b6aa4a1..fd364d340 100644 --- a/docs/topics/loaders.rst +++ b/docs/topics/loaders.rst @@ -31,7 +31,8 @@ using the Item class specified in the :attr:`ItemLoader.default_item_class` attribute. Then, you start collecting values into the Item Loader, typically using -:ref:`Selectors `. You can add more than one value to +:ref:`Selectors `. To note, the Item Loader will extract data +by using the selector ``.getall()`` method. You can add more than one value to the same item field; the Item Loader will know how to "join" those values later using a proper processing function.