diff options
| -rw-r--r-- | bot/formatter.py | 2 |
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") |