[Docs] Clarify comment about meta dictionary

This commit is contained in:
Eugenio Lacuesta 2019-04-01 17:09:49 -03:00
parent 8ebbc731b2
commit 7a38623cec
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ Crawling rules
``link_extractor`` is a :ref:`Link Extractor <topics-link-extractors>` object which
defines how links will be extracted from each crawled page. Each produced link will
be used to generate a :class:`~scrapy.http.Request` object, which will contain the
link's text in its ``meta`` attribute.
link's text in its ``meta`` dictionary (under the ``link_text`` key).
``callback`` is a callable or a string (in which case a method from the spider
object with that name will be used) to be called for each link extracted with