mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Formatting & rst link markup fixes
This commit is contained in:
parent
029981bbfc
commit
3245e79b82
1 changed files with 4 additions and 3 deletions
|
@ -532,10 +532,11 @@ Network functions
|
|||
|
||||
.. function:: open_connection(host=None, port=None, *, loop=None, limit=_DEFAULT_LIMIT, **kwds)
|
||||
|
||||
A wrapper for create_connection() returning a (reader, writer) pair.
|
||||
A wrapper for :meth:`~BaseEventLoop.create_connection()` returning a (reader,
|
||||
writer) pair.
|
||||
|
||||
The reader returned is a StreamReader instance; the writer is a
|
||||
:class:`Transport`.
|
||||
The reader returned is a :class:`StreamReader` instance; the writer is a
|
||||
transport.
|
||||
|
||||
The arguments are all the usual arguments to
|
||||
:meth:`BaseEventLoop.create_connection` except *protocol_factory*; most
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue