From e2880b787969e019569de3db0514e2d68c78be8a Mon Sep 17 00:00:00 2001 From: Benjamin Schubert Date: Wed, 20 Dec 2023 11:53:48 +0000 Subject: [PATCH] fixup! fixup! fixup! fixup! Add syntactic highlighting to the error explanations --- changelog/11520.improvement.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/11520.improvement.rst b/changelog/11520.improvement.rst index 2a34370ce..548d52a12 100644 --- a/changelog/11520.improvement.rst +++ b/changelog/11520.improvement.rst @@ -2,4 +2,4 @@ Improved very verbose diff output to color it as a diff instead of only red. Improved the error reporting to better separate each section. -Improved the error reporting to highlight python code as python code when pygments is available +Improved the error reporting to syntax-highlight Python code when Pygments is available.