mirror of https://github.com/scrapy/scrapy.git
reponse → response (#4079)
This commit is contained in:
parent
fa56460d6a
commit
7b1e69dec4
|
|
@ -203,7 +203,7 @@ where our quotes are coming from:
|
|||
First click on the request with the name ``scroll``. On the right
|
||||
you can now inspect the request. In ``Headers`` you'll find details
|
||||
about the request headers, such as the URL, the method, the IP-address,
|
||||
and so on. We'll ignore the other tabs and click directly on ``Reponse``.
|
||||
and so on. We'll ignore the other tabs and click directly on ``Response``.
|
||||
|
||||
What you should see in the ``Preview`` pane is the rendered HTML-code,
|
||||
that is exactly what we saw when we called ``view(response)`` in the
|
||||
|
|
|
|||
|
|
@ -534,7 +534,7 @@ defines the methods described below.
|
|||
:param spider: the spider which generated the request
|
||||
:type spider: :class:`~scrapy.spiders.Spider` object
|
||||
|
||||
:param request: the request to find cached reponse for
|
||||
:param request: the request to find cached response for
|
||||
:type request: :class:`~scrapy.http.Request` object
|
||||
|
||||
.. method:: store_response(spider, request, response)
|
||||
|
|
|
|||
Loading…
Reference in New Issue