Merge remote-tracking branch 'Gallaecio/no-callback' into no-callback

This commit is contained in:
Adrián Chaves 2023-01-25 17:49:36 +01:00
commit 9d07be61b4
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>`