Merge pull request #3969 from alexey-tereshenkov-oxb/master

Python: Fix typo in qhelp file
This commit is contained in:
Felicity Chapman
2020-07-23 10:37:37 +01:00
committed by GitHub

View File

@@ -14,8 +14,8 @@ arguments on the right hand side of the expression. Otherwise, a <code>TypeError
</p></recommendation>
<example>
<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>
</p><sample src="WrongNumberArgumentsForFormat.py" />
<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>
<sample src="WrongNumberArgumentsForFormat.py" />
</example>
<references>