mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Python: Fix "be be" typos in qhelp
This commit is contained in:
@@ -16,7 +16,7 @@ If a superclass finalizer is called multiple times, this may lead to errors such
|
|||||||
cleaned up properly as expected.
|
cleaned up properly as expected.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>There are a number of ways that a <code>__del__</code> method may be be called more than once.</p>
|
<p>There are a number of ways that a <code>__del__</code> method may be called more than once.</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>There may be more than one explicit call to the method in the hierarchy of <code>__del__</code> methods.</li>
|
<li>There may be more than one explicit call to the method in the hierarchy of <code>__del__</code> methods.</li>
|
||||||
<li>In situations involving multiple inheritance, an finalization method may call the finalizers of each of its base types,
|
<li>In situations involving multiple inheritance, an finalization method may call the finalizers of each of its base types,
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ that it could be called multiple times. For example, it may set attributes to a
|
|||||||
values setting those attributes in a subclass.
|
values setting those attributes in a subclass.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>There are a number of ways that an <code>__init__</code> method may be be called more than once.</p>
|
<p>There are a number of ways that an <code>__init__</code> method may be called more than once.</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>There may be more than one explicit call to the method in the hierarchy of <code>__init__</code> methods.</li>
|
<li>There may be more than one explicit call to the method in the hierarchy of <code>__init__</code> methods.</li>
|
||||||
<li>In situations involving multiple inheritance, an initialization method may call the initializers of each of its base types,
|
<li>In situations involving multiple inheritance, an initialization method may call the initializers of each of its base types,
|
||||||
|
|||||||
Reference in New Issue
Block a user