Update asyncio.rst

This commit is contained in:
Adrián Chaves 2023-05-15 18:51:58 +02:00 committed by GitHub
parent 8de2064ba3
commit e4cf8fc121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ Futures. Scrapy provides two helpers for this:
Inline requests
=========================
===============
The spider below shows how to send a request and await its response all from
within a spider callback: