Skip to content

Commit b737bcc

Browse files
committed
Python: Fix "be be" typos in qhelp
1 parent 5310469 commit b737bcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If a superclass finalizer is called multiple times, this may lead to errors such
1616
cleaned up properly as expected.
1717
</p>
1818

19-
<p>There are a number of ways that a <code>__del__</code> method may be be called more than once.</p>
19+
<p>There are a number of ways that a <code>__del__</code> method may be called more than once.</p>
2020
<ul>
2121
<li>There may be more than one explicit call to the method in the hierarchy of <code>__del__</code> methods.</li>
2222
<li>In situations involving multiple inheritance, an finalization method may call the finalizers of each of its base types,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ that it could be called multiple times. For example, it may set attributes to a
1616
values setting those attributes in a subclass.
1717
</p>
1818

19-
<p>There are a number of ways that an <code>__init__</code> method may be be called more than once.</p>
19+
<p>There are a number of ways that an <code>__init__</code> method may be called more than once.</p>
2020
<ul>
2121
<li>There may be more than one explicit call to the method in the hierarchy of <code>__init__</code> methods.</li>
2222
<li>In situations involving multiple inheritance, an initialization method may call the initializers of each of its base types,

0 commit comments

Comments
 (0)