From 4089ff7467cd69002cbf883ec4c80b9180ed8966 Mon Sep 17 00:00:00 2001 From: Adrian Chaves Date: Fri, 7 Aug 2026 13:17:01 +0200 Subject: [PATCH] Use :file: syntax --- docs/intro/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/tutorial.rst b/docs/intro/tutorial.rst index 300d49913..20e44bd92 100644 --- a/docs/intro/tutorial.rst +++ b/docs/intro/tutorial.rst @@ -134,7 +134,7 @@ How to run our spider --------------------- To put our spider to work, go to the project's top level directory, the one -that contains ``scrapy.cfg``, and run:: +that contains :file:`scrapy.cfg`, and run:: scrapy crawl quotes