Skip to content

Commit

Permalink
Update scrapy_poet/page_input_providers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Lloyd Bernal <kevinoxy@gmail.com>
  • Loading branch information
Gallaecio and BurnzZ authored Nov 20, 2023
1 parent 5a5d89e commit db2d0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapy_poet/page_input_providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class HttpRequestProvider(PageObjectInputProvider):
def __call__(self, to_provide: Set[Callable], request: Request):
"""Builds a :class:`web_poet.HttpRequest
<web_poet.page_inputs.http.HttpRequest>` instance using a
:class:`scrapy.http.Response` instance.
:class:`scrapy.http.Request` instance.
"""
return [
HttpRequest(
Expand Down

0 comments on commit db2d0b4

Please sign in to comment.