aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/ext/tasks/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/ext/tasks/__init__.py b/discord/ext/tasks/__init__.py
index 9c52a71a..d2db5df8 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