Browse Source

Fixed typo in docs/ref/checks.txt.

hesham942 2 weeks ago
parent
commit
8f942f1c1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ref/checks.txt

+ 1 - 1
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)