mirror of https://github.com/scrapy/scrapy.git
Typo (through was misspelled)
This commit is contained in:
parent
871eec9827
commit
f357ccd0d7
|
|
@ -119,7 +119,7 @@ class Scraper(object):
|
|||
self._scrape(response, request, spider).chainDeferred(deferred)
|
||||
|
||||
def _scrape(self, response, request, spider):
|
||||
"""Handle the downloaded response or failure trough the spider
|
||||
"""Handle the downloaded response or failure through the spider
|
||||
callback/errback"""
|
||||
assert isinstance(response, (Response, Failure))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue