Skip to content

Commit a2a5814

Browse files
committed
Fix more formatting issues.
1 parent 5569f2c commit a2a5814

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

bot/exts/info/codeblock/_instructions.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66
log = get_logger(__name__)
77

8-
# Make sure to escape any Markdown symbols here.
9-
_EXAMPLE_PY = "{lang}\nprint('Hello, world!')"
8+
_EXAMPLE_PY = "{lang}\nprint('Hello, world!')" # Make sure to escape any Markdown symbols here.
109
_EXAMPLE_CODE_BLOCKS = (
1110
"\\`\\`\\`{content}\n\\`\\`\\`\n\n"
1211
"**This will result in the following:**\n"
@@ -37,7 +36,7 @@ def _get_bad_ticks_message(code_block: _parsing.CodeBlock) -> str | None:
3736

3837
valid_ticks = f"\\{_parsing.BACKTICK}" * 3
3938
instructions = (
40-
"You are using the wrong character instead of backticks."
39+
"You are using the wrong character instead of backticks. "
4140
f"Use {valid_ticks}, not `{code_block.ticks}`."
4241
)
4342

0 commit comments

Comments
 (0)