diff options
| author | 2018-02-13 17:19:22 +0000 | |
|---|---|---|
| committer | 2018-02-13 17:19:22 +0000 | |
| commit | d02a4faf555e1cb2e3763d8420379a2f3adff971 (patch) | |
| tree | 438d65c17fe82c6428fc11f2998066b029eca06c | |
| parent | changed commented examples to docstrings (diff) | |
fixed styling (again)
| -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") |