We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc3ffd commit a254ba4Copy full SHA for a254ba4
docs/providers.rst
@@ -83,7 +83,7 @@ would lead to the following code:
83
def __call__(self, to_provide: Set[Callable], response: Response):
84
"""Build a ``web_poet.HttpResponse`` instance using a Scrapy ``Response``"""
85
return [
86
- HttpResponse(
+ web_poet.HttpResponse(
87
url=response.url,
88
body=response.body,
89
status=response.status,
0 commit comments