Fix small typo in middlewares.py.tmpl (#6970)

Changed "maching" to "matching"
This commit is contained in:
MarlonDev 2025-07-27 01:52:57 +02:00 committed by GitHub
parent 552f2fb91e
commit 6ce0c4c855
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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