mirror of https://github.com/scrapy/scrapy.git
Fix small typo in middlewares.py.tmpl (#6970)
Changed "maching" to "matching"
This commit is contained in:
parent
552f2fb91e
commit
6ce0c4c855
|
|
@ -45,7 +45,7 @@ class ${ProjectName}SpiderMiddleware:
|
|||
|
||||
async def process_start(self, start):
|
||||
# Called with an async iterator over the spider start() method or the
|
||||
# maching method of an earlier spider middleware.
|
||||
# matching method of an earlier spider middleware.
|
||||
async for item_or_request in start:
|
||||
yield item_or_request
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue