[commands] Fix broken None reference

Co-authored-by: Danny <Rapptz@users.noreply.github.com>
This commit is contained in:
Var 2022-05-05 09:04:49 +05:30 committed by GitHub
parent b9b6dc960f
commit 7b65be9d25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -449,7 +449,7 @@ class Context(discord.abc.Messageable, Generic[BotT]):
Due to the way this function works, instead of returning
something similar to :meth:`~.commands.HelpCommand.command_not_found`
this returns :class:`None` on bad input or no help command.
this returns ``None`` on bad input or no help command.
Parameters
------------