From 2d073a9c0dc8fc6a059223bf7dd4fd0d998732e0 Mon Sep 17 00:00:00 2001 From: sstegmanbsd Date: Mon, 20 Oct 2025 06:52:46 -0700 Subject: [PATCH] Fix typo in logging documentation (#7109) --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 1a9cf636c..71047f9ef 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -132,7 +132,7 @@ Built-in services topics/telnetconsole :doc:`topics/logging` - Learn how to use Python's builtin logging on Scrapy. + Learn how to use Python's built-in logging on Scrapy. :doc:`topics/stats` Collect statistics about your scraping crawler.