From d42b1870225ee0fac033742fd7f32ca0092675b1 Mon Sep 17 00:00:00 2001 From: hesham942 Date: Wed, 5 Mar 2025 14:19:07 +0200 Subject: [PATCH] [5.2.x] Fixed typo in docs/ref/checks.txt. Backport of 8f942f1c1dbf4222c8ca48253f7959366ed1bb60 from main. --- docs/ref/checks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index edadc06e2e..6f7b7d271e 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -62,7 +62,7 @@ class name. .. class:: Debug(msg, hint=None, obj=None, id=None) .. class:: Info(msg, hint=None, obj=None, id=None) -.. class:: Warning(msg, hint=None obj=None, id=None) +.. class:: Warning(msg, hint=None, obj=None, id=None) .. class:: Error(msg, hint=None, obj=None, id=None) .. class:: Critical(msg, hint=None, obj=None, id=None)