diff options
| -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 35d90d63..53781960 100644 --- a/discord/ext/tasks/__init__.py +++ b/discord/ext/tasks/__init__.py @@ -137,7 +137,7 @@ class Loop: self._task.cancel() def restart(self, *args, **kwargs): - r"""A convenience method to restart the internal start. + r"""A convenience method to restart the internal task. .. note:: |