We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e693ed2 commit 89bc6e6Copy full SHA for 89bc6e6
python/ql/src/Classes/CallsToInitDel/MissingCallToDel.qhelp
@@ -16,7 +16,7 @@ If the <code>__del__</code> method of a superclass is not called during object
16
resources may be leaked.
17
</p>
18
19
-<p>A call to the <code>__init__</code> method of a superclass during object initialization may be unintentionally skipped:
+<p>A call to the <code>__del__</code> method of a superclass during object initialization may be unintentionally skipped:
20
21
<ul>
22
<li>If a subclass calls the <code>__del__</code> method of the wrong class.</li>
0 commit comments