Fix typo in Loop.restart documentation

This commit is contained in:
Steve C 2019-05-10 18:44:07 -04:00 committed by GitHub
parent 47808a7e96
commit 8f111c521c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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