Skip to content

Commit 89bc6e6

Browse files
Fix doc typo
1 parent e693ed2 commit 89bc6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Classes/CallsToInitDel/MissingCallToDel.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If the <code>__del__</code> method of a superclass is not called during object
1616
resources may be leaked.
1717
</p>
1818

19-
<p>A call to the <code>__init__</code> method of a superclass during object initialization may be unintentionally skipped:
19+
<p>A call to the <code>__del__</code> method of a superclass during object initialization may be unintentionally skipped:
2020
</p>
2121
<ul>
2222
<li>If a subclass calls the <code>__del__</code> method of the wrong class.</li>

0 commit comments

Comments
 (0)