diff options
Diffstat (limited to 'discord/ext/tasks')
| -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 b53539eb..9ea0b1ac 100644 --- a/discord/ext/tasks/__init__.py +++ b/discord/ext/tasks/__init__.py @@ -245,7 +245,7 @@ class Loop: return self._task def is_being_cancelled(self): - """:class:`bool`: Whether the task is being cancelled.""" + """Whether the task is being cancelled.""" return self._is_being_cancelled def failed(self): |