mirror of https://github.com/scrapy/scrapy.git
Fix reference.
This commit is contained in:
parent
5b8c9e5651
commit
7c8a4fed0b
|
|
@ -505,8 +505,8 @@ doesn't find one -- handy for crawling blogs, forums and other sites with
|
|||
pagination.
|
||||
|
||||
Another common pattern is to build an item with data from more than one page,
|
||||
using a `trick to pass additional data to the callbacks
|
||||
<topics-request-response-ref-request-callback-arguments>`_.
|
||||
using a :ref:`trick to pass additional data to the callbacks
|
||||
<topics-request-response-ref-request-callback-arguments>`.
|
||||
|
||||
|
||||
.. note::
|
||||
|
|
|
|||
Loading…
Reference in New Issue