Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e721f7a

Browse files
authored
Remove loop from docstring for asyncio.streams.open_connection (#108528)
1 parent 3538930 commit e721f7a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Lib/asyncio/streams.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,8 @@ async def start_server(client_connected_cb, host=None, port=None, *,
6767
positional host and port, with various optional keyword arguments
6868
following. The return value is the same as loop.create_server().
6969
70-
Additional optional keyword arguments are loop (to set the event loop
71-
instance to use) and limit (to set the buffer limit passed to the
72-
StreamReader).
70+
Additional optional keyword argument is limit (to set the buffer
71+
limit passed to the StreamReader).
7372
7473
The return value is the same as loop.create_server(), i.e. a
7574
Server object which can be used to stop the service.

0 commit comments

Comments
 (0)