diff options
Diffstat (limited to 'discord')
| -rw-r--r-- | discord/ext/tasks/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/ext/tasks/__init__.py b/discord/ext/tasks/__init__.py index 9dbc7f9c..94917ca0 100644 --- a/discord/ext/tasks/__init__.py +++ b/discord/ext/tasks/__init__.py @@ -161,7 +161,7 @@ class Loop: return self._next_iteration async def __call__(self, *args, **kwargs): - """|coro| + r"""|coro| Calls the internal callback that the task holds. |