Fix method reference in the docs

This commit is contained in:
Adrián Chaves 2025-03-31 10:05:34 +02:00
parent 43e789f776
commit 27ae12dc59
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ A scheduler must:
may rely, for example, on frontier, queue, database or storage services.
Pending requests may come from the
:ref:`Spider.start <scrapy.spiders.Spider.start>` method, from spider
:meth:`Spider.start <scrapy.Spider.start>` method, from spider
callbacks (:attr:`Request.callback <scrapy.Request.callback>`),
from :ref:`spider middlewares <topics-spider-middleware>` or from
:ref:`downloader middlewares <topics-downloader-middleware>`.