mirror of https://github.com/scrapy/scrapy.git
Fix a wrong versionadded usage. (#6822)
This commit is contained in:
parent
43087fe1df
commit
06dec08125
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue