mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 10:53:10 +00:00
Improve documentation
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user