Skip to content

Commit 8ccb2ed

Browse files
Merge remote-tracking branch 'origin/python-qual-raise-not-implemented' into python-qual-raise-not-implemented
2 parents 6d33a7e + f2dd96e commit 8ccb2ed

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)