From 6292ccd4bfeec06c8e1d3bc505dd3db00c97491f Mon Sep 17 00:00:00 2001 From: JoeBanks13 Date: Fri, 2 Mar 2018 17:14:57 +0000 Subject: Actually syntax highlight the syntax highlight instruction code --- bot/cogs/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3