Update scrapy/http/response/__init__.py

Co-Authored-By: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
elacuesta 2019-10-14 13:35:24 -03:00 committed by GitHub
parent b970851299
commit ba840c5a6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ class Response(object_ref):
"""
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
but elements of ``urls`` can be relative URLs or :class:`~scrapy.link.Link` objects,
not only absolute URLs.
:class:`~.TextResponse` provides a :meth:`~.TextResponse.follow_all`