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:23:43 +0100 |
| commit | d7dc1f6db046b671fef12e74b900043a8497a5c8 (patch) | |
| tree | ed97ba9734a037c70b2bc61fbddcaa5a9dbe065b | |
| parent | dbd94e7ac968c8b11ddd9e4c0f323c96ba0ed2a1 (diff) | |
[5.1.x] Fixed typo in docs/ref/checks.txt.
Backport of 8f942f1c1dbf4222c8ca48253f7959366ed1bb60 from main.
| -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 d78a6f76b2..43c328cd87 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) |
