Skip to content

Commit 5b0beb9

Browse files
Update python/ql/src/Functions/IncorrectRaiseInSpecialMethod.qhelp
Co-authored-by: Taus <[email protected]>
1 parent d8083ad commit 5b0beb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Functions/IncorrectRaiseInSpecialMethod.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Therefore, if a method is unable to perform the expected operation then its resp
3232
</overview>
3333
<recommendation>
3434
<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.
3636
</p>
3737

3838
</recommendation>

0 commit comments

Comments
 (0)