Fix a wrong versionadded usage. (#6822)

This commit is contained in:
Andrey Rakhmatullin 2025-05-23 14:06:33 +05:00
parent 43087fe1df
commit 06dec08125
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ hence use coroutine syntax (e.g. ``await``, ``async for``, ``async with``):
- The :meth:`~scrapy.spiders.Spider.start` spider method, which *must* be
defined as an :term:`asynchronous generator`.
.. versionadded: 2.13
.. versionadded:: 2.13
- :class:`~scrapy.Request` callbacks.