Browse Source

[tasks] Fix a typo in documentation

pull/6167/head
Rapptz 4 years ago
parent
commit
6515f33978
  1. 2
      discord/ext/tasks/__init__.py

2
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

Loading…
Cancel
Save