1
0
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:
Paul Tremberth 2016-10-20 22:24:14 +02:00 committed by GitHub
commit eb5d396527

View File

@ -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))