diff options
| author | Nelluk <[email protected]> | 2019-11-21 07:33:45 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-11-26 05:16:53 -0500 |
| commit | dc86670d7f214317abc8fb38c19c79eabc17dcb8 (patch) | |
| tree | 27eaef24970175e24fc255f8bc6936228f12f88f | |
| parent | Print exception tracebacks in voice threads (diff) | |
| download | discord.py-dc86670d7f214317abc8fb38c19c79eabc17dcb8.tar.xz discord.py-dc86670d7f214317abc8fb38c19c79eabc17dcb8.zip | |
Fix typo in help.py docs
Changed "intend" to "indent"
| -rw-r--r-- | discord/ext/commands/help.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/ext/commands/help.py b/discord/ext/commands/help.py index a6706575..1c9b4d9a 100644 --- a/discord/ext/commands/help.py +++ b/discord/ext/commands/help.py @@ -840,7 +840,7 @@ class DefaultHelpCommand(HelpCommand): The number of characters the paginator must accumulate before getting DM'd to the user if :attr:`dm_help` is set to ``None``. Defaults to 1000. indent: :class:`int` - How much to intend the commands from a heading. Defaults to ``2``. + How much to indent the commands from a heading. Defaults to ``2``. commands_heading: :class:`str` The command list's heading string used when the help command is invoked with a category name. Useful for i18n. Defaults to ``"Commands:"`` |