You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/ql/src/Functions/IncorrectRaiseInSpecialMethod.qhelp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Therefore, if a method is unable to perform the expected operation then its resp
32
32
</overview>
33
33
<recommendation>
34
34
<p>If the method always raises as exception, then if it is intended to be an abstract method, the <code>@abstractmethod</code> decorator should be used.
35
-
Otherwise, ensure that the method raises an exception of the correct type, or remove the method if the operation dos not need to be supported.
35
+
Otherwise, ensure that the method raises an exception of the correct type, or remove the method if the operation does not need to be supported.
0 commit comments