diff options
| author | hesham942 <heshamhatem2004@gmail.com> | 2025-03-05 14:19:07 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-03-05 16:20:38 +0100 |
| commit | 8f942f1c1dbf4222c8ca48253f7959366ed1bb60 (patch) | |
| tree | 479a464092b9fa597ff8e1ae690d24b4483ea7cc /docs/ref | |
| parent | 3ecaa85a247373d7ccbcdd593b3fd4bb701f7674 (diff) | |
Fixed typo in docs/ref/checks.txt.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/checks.txt | 2 |
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) |
