aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sam W <[email protected]>2018-02-13 17:19:22 +0000
committerGravatar Sam W <[email protected]>2018-02-13 17:19:22 +0000
commitd02a4faf555e1cb2e3763d8420379a2f3adff971 (patch)
tree438d65c17fe82c6428fc11f2998066b029eca06c
parentchanged commented examples to docstrings (diff)
fixed styling (again)
-rw-r--r--bot/formatter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/formatter.py b/bot/formatter.py
index e01c03b29..fe97b550a 100644
--- a/bot/formatter.py
+++ b/bot/formatter.py
@@ -49,7 +49,7 @@ class Formatter(HelpFormatter):
bot.<command1>() # <command1 help>
class <cog2>:
bot.<command2>() # <command2 help>
-
+
# <ending help note>
"""
self._paginator = Paginator(prefix="```py")