Commit 06d48dbe authored by Guido van Rossum's avatar Guido van Rossum

Fix whitespace.

parent c44ecdf6
......@@ -653,7 +653,7 @@ os.close(fd)
q.put(addr)
clt, _ = sock.accept()
clt.close()
@asyncio.coroutine
def client(host, port):
reader, writer = yield from asyncio.open_connection(host, port, loop=self.loop)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment