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

Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
This commit is contained in:
Alexey Tereshenkov 2020-07-22 20:07:34 +01:00 коммит произвёл GitHub
Родитель a6eb3caa5f
Коммит e2939377e9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -14,7 +14,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>In the following example the right hand side of the formatting operation can be of length 2, which does not match the format string.
<sample src="WrongNumberArgumentsForFormat.py" />
</example>