[commands] Fix a small typo in Context.invoke docs

This commit is contained in:
ShashankKumarSaxena 2021-08-28 01:32:10 +05:30 committed by GitHub
parent f485f1b612
commit b2ac327bd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,7 +175,7 @@ class Context(discord.abc.Messageable, Generic[BotT]):
command: :class:`.Command`
The command that is going to be called.
\*args
The arguments to to use.
The arguments to use.
\*\*kwargs
The keyword arguments to use.