From 18c52671a93de06e9be1a65d1941a7ed76c6991e Mon Sep 17 00:00:00 2001 From: Epic Date: Fri, 27 Mar 2020 09:54:52 +0100 Subject: [PATCH] Remove extra to in tasks docs --- discord/ext/tasks/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/ext/tasks/__init__.py b/discord/ext/tasks/__init__.py index 266ee8c85..89070594a 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.