提交 f357ccd0 编写于 作者: J Jay Patel 提交者: GitHub

Typo (through was misspelled)

上级 871eec98
...@@ -119,7 +119,7 @@ class Scraper(object): ...@@ -119,7 +119,7 @@ class Scraper(object):
self._scrape(response, request, spider).chainDeferred(deferred) self._scrape(response, request, spider).chainDeferred(deferred)
def _scrape(self, response, request, spider): 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""" callback/errback"""
assert isinstance(response, (Response, Failure)) assert isinstance(response, (Response, Failure))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册