Initializer -> __init__

This commit is contained in:
Eugenio Lacuesta 2019-10-21 03:56:45 -03:00
parent 2c6f7fee64
commit 6df6b6dd6a
No known key found for this signature in database
GPG Key ID: DA3EF2D0913E9810
1 changed files with 3 additions and 3 deletions

View File

@ -167,9 +167,9 @@ class TextResponse(Response):
# type: (...) -> Generator[Request, None, None]
"""
A generator that produces :class:`~.Request` instances to follow all
links in ``urls``. It accepts the same arguments as the :class:`~.Request`
initializer, except that each ``urls`` element does not need to be an absolute
URL, it can be any of the following:
links in ``urls``. It accepts the same arguments as the :class:`~.Request`'s
``__init__`` method, except that each ``urls`` element does not need to be
an absolute URL, it can be any of the following:
* a relative URL
* a :class:`~scrapy.link.Link` object, e.g. the result of