From 6515f339780ba2efe8951b827de53656aa84b695 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 14 Dec 2020 22:18:40 -0500 Subject: [PATCH] [tasks] Fix a typo in documentation --- 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 9c52a71a6..d2db5df8f 100644 --- a/discord/ext/tasks/__init__.py +++ b/discord/ext/tasks/__init__.py @@ -163,7 +163,7 @@ class Loop: async def __call__(self, *args, **kwargs): """|coro| - Calls the internal callback that the command holds. + Calls the internal callback that the task holds. .. versionadded:: 1.6