Fix typo in help.py docs
Changed "intend" to "indent"
This commit is contained in:
parent
839afce178
commit
dc86670d7f
@ -840,7 +840,7 @@ class DefaultHelpCommand(HelpCommand):
|
|||||||
The number of characters the paginator must accumulate before getting DM'd to the
|
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.
|
user if :attr:`dm_help` is set to ``None``. Defaults to 1000.
|
||||||
indent: :class:`int`
|
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`
|
commands_heading: :class:`str`
|
||||||
The command list's heading string used when the help command is invoked with a category name.
|
The command list's heading string used when the help command is invoked with a category name.
|
||||||
Useful for i18n. Defaults to ``"Commands:"``
|
Useful for i18n. Defaults to ``"Commands:"``
|
||||||
|
Loading…
x
Reference in New Issue
Block a user