aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar JoeBanks13 <[email protected]>2018-03-02 17:14:57 +0000
committerGravatar JoeBanks13 <[email protected]>2018-03-02 17:14:57 +0000
commit6292ccd4bfeec06c8e1d3bc505dd3db00c97491f (patch)
treeb7ab05e451866a090f88e865c47bd4a6315265f1
parentStop single tick multi line formatting (diff)
Actually syntax highlight the syntax highlight instruction code
-rw-r--r--bot/cogs/bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/bot.py b/bot/cogs/bot.py
index 56e36e86a..7551eb0c4 100644
--- a/bot/cogs/bot.py
+++ b/bot/cogs/bot.py
@@ -98,7 +98,7 @@ class Bot:
"print(\"Hello world!\")\n"
"\`\`\`\n"
"\nThis will result in the following:\n"
- "```\n"
+ "```python\n"
"print(\"Hello world!\")"
"```"
) # noqa. E124