Skip to content

Commit

Permalink
Remove loop from docstring for asyncio.streams.open_connection (pytho…
Browse files Browse the repository at this point in the history
  • Loading branch information
tgbugs authored and Glyphack committed Jan 27, 2024
1 parent 0c5b155 commit 5c16f55
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Lib/asyncio/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ async def start_server(client_connected_cb, host=None, port=None, *,
positional host and port, with various optional keyword arguments
following. The return value is the same as loop.create_server().
Additional optional keyword arguments are loop (to set the event loop
instance to use) and limit (to set the buffer limit passed to the
StreamReader).
Additional optional keyword argument is limit (to set the buffer
limit passed to the StreamReader).
The return value is the same as loop.create_server(), i.e. a
Server object which can be used to stop the service.
Expand Down

0 comments on commit 5c16f55

Please sign in to comment.