mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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)
|
||||
clt, _ = sock.accept()
|
||||
clt.close()
|
||||
|
||||
|
||||
@asyncio.coroutine
|
||||
def client(host, port):
|
||||
reader, writer = yield from asyncio.open_connection(host, port, loop=self.loop)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue