From d2c585aa0b320321a8dbcc40f2b6b087bf3944ba Mon Sep 17 00:00:00 2001 From: bart <61748872+b-kamphorst@users.noreply.github.com> Date: Wed, 19 Feb 2025 16:53:58 +0000 Subject: [PATCH] fix: correct typo in misc.highlighting_failure warning --- sphinx/highlighting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/highlighting.py b/sphinx/highlighting.py index dca2a03fe39..29cf9d26e8c 100644 --- a/sphinx/highlighting.py +++ b/sphinx/highlighting.py @@ -171,7 +171,7 @@ def get_lexer( lang, location=location, type='misc', - subtype='higlighting_failure', + subtype='highlighting_failure', ) lexer = lexer_classes['none'](**opts)