Update python/ql/src/Expressions/WrongNumberArgumentsForFormat.qhelp

Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
Alexey Tereshenkov
2020-07-22 20:07:27 +01:00
committed by GitHub
parent a5f566b563
commit a6eb3caa5f

View File

@@ -15,7 +15,7 @@ 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.</p>
</p><sample src="WrongNumberArgumentsForFormat.py" />
<sample src="WrongNumberArgumentsForFormat.py" />
</example>
<references>