diff options
author | 2018-03-02 17:14:57 +0000 | |
---|---|---|
committer | 2018-03-02 17:14:57 +0000 | |
commit | 6292ccd4bfeec06c8e1d3bc505dd3db00c97491f (patch) | |
tree | b7ab05e451866a090f88e865c47bd4a6315265f1 | |
parent | Stop single tick multi line formatting (diff) |
Actually syntax highlight the syntax highlight instruction code
-rw-r--r-- | bot/cogs/bot.py | 2 |
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 |