aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiumXp <[email protected]>2021-06-28 00:42:43 -0300
committerGitHub <[email protected]>2021-06-27 23:42:43 -0400
commit76c9e390f177ba472368b4bba922220494be0c26 (patch)
tree7f1c31e59da15fae014354f27ea67f72b9d47e89
parentAdd "new in version" missing in webhook documentation (diff)
downloaddiscord.py-76c9e390f177ba472368b4bba922220494be0c26.tar.xz
discord.py-76c9e390f177ba472368b4bba922220494be0c26.zip
remove repeat 'to' in Task.restart doc
-rw-r--r--discord/ext/tasks/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/ext/tasks/__init__.py b/discord/ext/tasks/__init__.py
index 9cd14a92..5a096c50 100644
--- a/discord/ext/tasks/__init__.py
+++ b/discord/ext/tasks/__init__.py
@@ -378,7 +378,7 @@ class Loop(Generic[LF]):
Parameters
------------
\*args
- The arguments to to use.
+ The arguments to use.
\*\*kwargs
The keyword arguments to use.
"""