Browse Source
Fix typo in Loop.restart documentation
pull/2144/head
Steve C
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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:: |
|
|
|
|
|
|
|