Skip to content

Commit a8cc144

Browse files
Fix typo - add .
Co-authored-by: Napalys Klicius <[email protected]>
1 parent 8ccb2ed commit a8cc144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Exceptions/NotImplementedIsNotAnException.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Code that is not intended to be called should raise <code>NotImplementedError</c
1616
</overview>
1717
<recommendation>
1818
<p>If a <code>NotImplementedError</code> is intended to be raised, replace the use of <code>NotImplemented</code>
19-
with that. If <code>NotImplemented</code> is intended to be returned rather than raised, replace the <code>raise</code> with <code>return NotImplemented</code>
19+
with that. If <code>NotImplemented</code> is intended to be returned rather than raised, replace the <code>raise</code> with <code>return NotImplemented</code>.
2020
</p>
2121
</recommendation>
2222
<example>

0 commit comments

Comments
 (0)