diff options
Diffstat (limited to 'discord')
| -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. """ |