Skip to content

Commit c070d04

Browse files
Fix qhelp
1 parent e933a27 commit c070d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Functions/IterReturnsNonSelf.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This ensures that the object is also an iterable; and behaves as expected when u
1616
</recommendation>
1717
<example>
1818
<p>In the following example, the <code>MyRange</code> class's <code>__iter__</code> method does not return <code>self</code>.
19-
This would lead to unexpected results when used with a <code>for</code> loop or <code>in</code> statement.
19+
This would lead to unexpected results when used with a <code>for</code> loop or <code>in</code> statement.</p>
2020
<sample src="examples/IterReturnsNonSelf.py" />
2121

2222
</example>

0 commit comments

Comments
 (0)