From e2939377e94f8a3e0e588d92d59c3acefa94458e Mon Sep 17 00:00:00 2001 From: Alexey Tereshenkov <59651540+alexey-tereshenkov-oxb@users.noreply.github.com> Date: Wed, 22 Jul 2020 20:07:34 +0100 Subject: [PATCH] Update python/ql/src/Expressions/WrongNumberArgumentsForFormat.qhelp Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com> --- python/ql/src/Expressions/WrongNumberArgumentsForFormat.qhelp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ql/src/Expressions/WrongNumberArgumentsForFormat.qhelp b/python/ql/src/Expressions/WrongNumberArgumentsForFormat.qhelp index f47184085ee..4ae716df315 100644 --- a/python/ql/src/Expressions/WrongNumberArgumentsForFormat.qhelp +++ b/python/ql/src/Expressions/WrongNumberArgumentsForFormat.qhelp @@ -14,7 +14,7 @@ arguments on the right hand side of the expression. Otherwise, a TypeError

-

In the following example the right hand side of the formatting operation can be of length 2, which does not match the format string.

+

In the following example the right hand side of the formatting operation can be of length 2, which does not match the format string.