Browse Source

Fix typo in Loop.restart documentation

pull/2144/head
Steve C 6 years ago
committed by GitHub
parent
commit
8f111c521c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/ext/tasks/__init__.py

2
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::

Loading…
Cancel
Save