mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
[3.11] Remove loop from docstring for asyncio.streams.open_connection (GH-108528) (#109942)
Remove loop from docstring for asyncio.streams.open_connection (GH-108528)
(cherry picked from commit e721f7a951
)
Co-authored-by: Tom Gillespie <tgbugs@gmail.com>
This commit is contained in:
parent
8ed9bda519
commit
0a69de7687
1 changed files with 2 additions and 3 deletions
|
@ -67,9 +67,8 @@ async def start_server(client_connected_cb, host=None, port=None, *,
|
||||||
positional host and port, with various optional keyword arguments
|
positional host and port, with various optional keyword arguments
|
||||||
following. The return value is the same as loop.create_server().
|
following. The return value is the same as loop.create_server().
|
||||||
|
|
||||||
Additional optional keyword arguments are loop (to set the event loop
|
Additional optional keyword argument is limit (to set the buffer
|
||||||
instance to use) and limit (to set the buffer limit passed to the
|
limit passed to the StreamReader).
|
||||||
StreamReader).
|
|
||||||
|
|
||||||
The return value is the same as loop.create_server(), i.e. a
|
The return value is the same as loop.create_server(), i.e. a
|
||||||
Server object which can be used to stop the service.
|
Server object which can be used to stop the service.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue