mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-26 08:03:54 +00:00
grammar adjustment
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40991
This commit is contained in:
parent
fb3a2dab2f
commit
7b664a57b2
@ -253,7 +253,7 @@ class ExecutionEngine(object):
|
||||
elif item is None:
|
||||
pass # may be next time.
|
||||
else:
|
||||
log.msg("Spider can return Request, ScrapedItem or None, got '%s' while processing %s" % (type(item).__name__, request), log.WARNING, domain=domain)
|
||||
log.msg("Spider must return Request, ScrapedItem or None, got '%s' while processing %s" % (type(item).__name__, request), log.WARNING, domain=domain)
|
||||
|
||||
class _ResultContainer(object):
|
||||
def append(self, item):
|
||||
|
Loading…
x
Reference in New Issue
Block a user