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:06 -03:00 committed by GitHub
parent e1fa1fd8ad
commit b970851299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.