Typo (through was misspelled)

This commit is contained in:
Jay Patel 2016-10-20 15:52:28 -04:00 committed by GitHub
parent 871eec9827
commit f357ccd0d7
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))