Browse Source

Fix that docstring

unifiedWindowUI
Luke Murphy 4 years ago
parent
commit
cdf964d1b2
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 2
      dropship.py

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

Loading…
Cancel
Save