aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShashankKumarSaxena <[email protected]>2021-08-28 01:32:10 +0530
committerGitHub <[email protected]>2021-08-27 16:02:10 -0400
commitb2ac327bd815413f8d82daf71a3a275ce059877e (patch)
treee8d3bcb6836d7f2d1340eed5363bb41eb131b6f7
parentFix a typo in docstrings of Client class (diff)
downloaddiscord.py-b2ac327bd815413f8d82daf71a3a275ce059877e.tar.xz
discord.py-b2ac327bd815413f8d82daf71a3a275ce059877e.zip
[commands] Fix a small typo in Context.invoke docs
-rw-r--r--discord/ext/commands/context.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/ext/commands/context.py b/discord/ext/commands/context.py
index e231f0e7..38a24d1d 100644
--- a/discord/ext/commands/context.py
+++ b/discord/ext/commands/context.py
@@ -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.