We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701406a commit 50acb26Copy full SHA for 50acb26
src/cfengine_cli/docs.py
@@ -215,7 +215,7 @@ def _process_markdown_code_blocks(
215
for language in languages:
216
if language not in SUPPORTED_LANGUAGES:
217
raise UserError(
218
- f"Unsupported language '{language}'. The supported languages are: {", ".join(SUPPORTED_LANGUAGES)}"
+ f"Unsupported language '{language}'. The supported languages are: {', '.join(SUPPORTED_LANGUAGES)}"
219
)
220
221
parsed_markdowns = get_markdown_files(path, languages)
0 commit comments