Fix whitespace.

This commit is contained in:
Guido van Rossum 2015-10-19 12:00:44 -07:00
commit 4604580233
1 changed files with 1 additions and 1 deletions

View File

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