From 5ff2a4b9e3f5839b240d49f3491043ff18dc4fdd Mon Sep 17 00:00:00 2001 From: Don Naro Date: Wed, 21 Feb 2024 09:22:22 +0000 Subject: [PATCH] Merge pull request #1115 from h3xx/fix-syntax-error Fix syntax error in error condition (cherry picked from commit f7471b4ed92b32757d285da6a8c09877627c36c7) --- docs/docsite/rst/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/conf.py b/docs/docsite/rst/conf.py index 5543dd63efc..65f8051a105 100644 --- a/docs/docsite/rst/conf.py +++ b/docs/docsite/rst/conf.py @@ -38,8 +38,8 @@ int(tags.has(known_tag_name)) for known_tag_name in KNOWN_TAGS ) assert applied_tags_count == 1, ( - 'Exactly one of the following tags expected: {", ".join(tags)}'. - format(tags=KNOWN_TAGS) + 'Exactly one of the following tags expected: {tags}'. + format(tags=", ".join(KNOWN_TAGS)) ) VERSION = (