Skip to content

Commit 40c998f

Browse files
authored
Merge pull request github#3969 from alexey-tereshenkov-oxb/master
Python: Fix typo in qhelp file
2 parents a4242bc + 7840dfc commit 40c998f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/src/Expressions/WrongNumberArgumentsForFormat.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ arguments on the right hand side of the expression. Otherwise, a <code>TypeError
1414

1515
</p></recommendation>
1616
<example>
17-
<p>In the following example the right hand side of the formatting operation can be of length 2, which does not match the format string&lt;./p>
18-
</p><sample src="WrongNumberArgumentsForFormat.py" />
17+
<p>In the following example the right hand side of the formatting operation can be of length 2, which does not match the format string.</p>
18+
<sample src="WrongNumberArgumentsForFormat.py" />
1919

2020
</example>
2121
<references>

0 commit comments

Comments
 (0)