Fix typo in logging documentation (#7109)

This commit is contained in:
sstegmanbsd 2025-10-20 06:52:46 -07:00 committed by GitHub
parent e98c1644ce
commit 2d073a9c0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.