mirror of https://github.com/scrapy/scrapy.git
Update scrapy/http/response/__init__.py
Co-Authored-By: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
parent
e1fa1fd8ad
commit
b970851299
|
|
@ -143,7 +143,7 @@ class Response(object_ref):
|
|||
dont_filter=False, errback=None, cb_kwargs=None):
|
||||
# type: (...) -> Generator[Request, None, None]
|
||||
"""
|
||||
Return an iterable of :class:`~.Request` instance to follow all links
|
||||
Return an iterable of :class:`~.Request` instances to follow all links
|
||||
in ``urls``. It accepts the same arguments as ``Request.__init__`` method,
|
||||
but elements of ``urls`` can be relative URLs or ``scrapy.link.Link`` objects
|
||||
not only absolute URLs.
|
||||
|
|
|
|||
Loading…
Reference in New Issue