mirror of https://github.com/scrapy/scrapy.git
Fix typo: it → is
Co-authored-by: Andrey Rakhmatullin <wrar@wrar.name>
This commit is contained in:
parent
4242ae405d
commit
818d69fa00
|
|
@ -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>`
|
||||
|
|
|
|||
Loading…
Reference in New Issue