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
1 changed files with 1 additions and 1 deletions

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