Fix typo: it → is

Co-authored-by: Andrey Rakhmatullin <wrar@wrar.name>
This commit is contained in:
Adrián Chaves 2023-01-20 12:38:07 +01:00 committed by GitHub
parent 4242ae405d
commit 818d69fa00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class _NoCallback(Enum):
#: When assigned to the ``callback`` parameter of
#: :class:`~scrapy.http.Request`, it indicates that the request it not meant to
#: :class:`~scrapy.http.Request`, it indicates that the request is not meant to
#: have a spider callback at all.
#:
#: This value should be used by :ref:`components <topics-components>`