diff options
| author | Epic <[email protected]> | 2020-03-27 09:54:52 +0100 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-04-04 03:09:21 -0400 |
| commit | 18c52671a93de06e9be1a65d1941a7ed76c6991e (patch) | |
| tree | c8dd1c4f99effe615aabb0e655edb810e634aa21 | |
| parent | Add use_cached to Attachment.to_file (diff) | |
| download | discord.py-18c52671a93de06e9be1a65d1941a7ed76c6991e.tar.xz discord.py-18c52671a93de06e9be1a65d1941a7ed76c6991e.zip | |
Remove extra to in tasks docs
| -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 266ee8c8..89070594 100644 --- a/discord/ext/tasks/__init__.py +++ b/discord/ext/tasks/__init__.py @@ -129,7 +129,7 @@ class Loop: Parameters ------------ \*args - The arguments to to use. + The arguments to use. \*\*kwargs The keyword arguments to use. |