From cdf964d1b2203d6b38215606950331555e0f0eb7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 22 Jul 2020 19:21:18 +0200 Subject: [PATCH] Fix that docstring --- dropship.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dropship.py b/dropship.py index b70812d..39f2343 100644 --- a/dropship.py +++ b/dropship.py @@ -94,7 +94,7 @@ class DropShip: self._running.set_result(None) def schedule(self, function): - """Schedule an task.""" + """Schedule a task on the event loop.""" loop.call_soon_threadsafe(asyncio.ensure_future, function) async def wormhole_send(self, widget, fpath):