diff options
author | 2022-02-13 12:42:07 -0800 | |
---|---|---|
committer | 2022-02-13 12:42:07 -0800 | |
commit | 6cdbd56005f3795bcc9bc993c96f640b4e678a1d (patch) | |
tree | e6281ec6e1ef0b42d5c19d686801dd22abb5042e | |
parent | Merge pull request #2075 from python-discord/coveralls-dep (diff) |
Removed extra newline in the traceback tag. (#2083)
-rw-r--r-- | bot/resources/tags/traceback.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/resources/tags/traceback.md b/bot/resources/tags/traceback.md index a4fa8aba9..e21fa6c6e 100644 --- a/bot/resources/tags/traceback.md +++ b/bot/resources/tags/traceback.md @@ -12,5 +12,4 @@ Traceback (most recent call last): a = num + 3 TypeError: can only concatenate str (not "int") to str ``` - If the traceback is long, use [our pastebin](https://paste.pythondiscord.com/). |