mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-23 15:04:27 +00:00
Merge pull request #2344 from jaympatel/master
Typo (through was misspelled)
This commit is contained in:
commit
eb5d396527
@ -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…
x
Reference in New Issue
Block a user