summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorhesham942 <heshamhatem2004@gmail.com>2025-03-05 14:19:07 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-03-05 16:22:01 +0100
commitd42b1870225ee0fac033742fd7f32ca0092675b1 (patch)
tree3c479a93e2aaf6f079a8ced2993659a634f98b5f /docs
parentb280175b5a58491e6f7adad88bc4435bc43f1f7b (diff)
[5.2.x] Fixed typo in docs/ref/checks.txt.
Backport of 8f942f1c1dbf4222c8ca48253f7959366ed1bb60 from main.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/checks.txt2
1 files changed, 1 insertions, 1 deletions
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)