Skip to content

Commit eb1d03f

Browse files
KellennRapptz
authored andcommitted
Fix typo within HelpCommand.verify_checks documentation
1 parent 5b98ce1 commit eb1d03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/ext/commands/help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ class HelpCommand:
278278
If ``None``, only calls :attr:`.Commands.checks` in a guild setting.
279279
If ``False``, never calls :attr:`.Commands.checks`. Defaults to ``True``.
280280
281-
..versionchanged:: 1.7
281+
.. versionchanged:: 1.7
282282
command_attrs: :class:`dict`
283283
A dictionary of options to pass in for the construction of the help command.
284284
This allows you to change the command behaviour without actually changing

0 commit comments

Comments
 (0)