From 76c9e390f177ba472368b4bba922220494be0c26 Mon Sep 17 00:00:00 2001 From: NiumXp <43611165+NiumXp@users.noreply.github.com> Date: Mon, 28 Jun 2021 00:42:43 -0300 Subject: [PATCH] remove repeat 'to' in Task.restart doc --- 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 9cd14a92f..5a096c502 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. """