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