mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix whitespace.
This commit is contained in:
commit
25c578d0a6
1 changed files with 1 additions and 1 deletions
|
@ -653,7 +653,7 @@ os.close(fd)
|
||||||
q.put(addr)
|
q.put(addr)
|
||||||
clt, _ = sock.accept()
|
clt, _ = sock.accept()
|
||||||
clt.close()
|
clt.close()
|
||||||
|
|
||||||
@asyncio.coroutine
|
@asyncio.coroutine
|
||||||
def client(host, port):
|
def client(host, port):
|
||||||
reader, writer = yield from asyncio.open_connection(host, port, loop=self.loop)
|
reader, writer = yield from asyncio.open_connection(host, port, loop=self.loop)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue