diff options
| author | NiumXp <[email protected]> | 2021-06-28 00:42:43 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-27 23:42:43 -0400 |
| commit | 76c9e390f177ba472368b4bba922220494be0c26 (patch) | |
| tree | 7f1c31e59da15fae014354f27ea67f72b9d47e89 | |
| parent | Add "new in version" missing in webhook documentation (diff) | |
| download | discord.py-76c9e390f177ba472368b4bba922220494be0c26.tar.xz discord.py-76c9e390f177ba472368b4bba922220494be0c26.zip | |
remove repeat 'to' in Task.restart doc
| -rw-r--r-- | discord/ext/tasks/__init__.py | 2 |
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. """ |