Skip to content

Commit

Permalink
[commands] Fix a small typo in Context.invoke docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ShashankKumarSaxena authored Aug 27, 2021
1 parent f485f1b commit b2ac327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/ext/commands/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ async def invoke(self, command: Command[CogT, P, T], /, *args: P.args, **kwargs:
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.
Expand Down

0 comments on commit b2ac327

Please sign in to comment.