From a5f566b5631b77b485f0bca834e32697c86989d5 Mon Sep 17 00:00:00 2001
From: Alexey Tereshenkov
<59651540+alexey-tereshenkov-oxb@users.noreply.github.com>
Date: Wed, 22 Jul 2020 15:39:50 +0100
Subject: [PATCH 1/4] Fix typo
---
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 00d5cebe701..ab56f6bd92a 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<./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.
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.
-
+
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 3/4] 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.
From 7840dfce3b64f3f77e7b428c1b202434381b76f7 Mon Sep 17 00:00:00 2001
From: Alexey Tereshenkov
<59651540+alexey-tereshenkov-oxb@users.noreply.github.com>
Date: Wed, 22 Jul 2020 20:51:29 +0100
Subject: [PATCH 4/4] Put the closing tag back
---
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 4ae716df315..f47184085ee 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.