Skip to content

Commit a254ba4

Browse files
BurnzZkmike
andauthored
Update docs/providers.rst code example
Co-authored-by: Mikhail Korobov <[email protected]>
1 parent adc3ffd commit a254ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/providers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ would lead to the following code:
8383
def __call__(self, to_provide: Set[Callable], response: Response):
8484
"""Build a ``web_poet.HttpResponse`` instance using a Scrapy ``Response``"""
8585
return [
86-
HttpResponse(
86+
web_poet.HttpResponse(
8787
url=response.url,
8888
body=response.body,
8989
status=response.status,

0 commit comments

Comments
 (0)