Kaydet (Commit) 3245e79b authored tarafından Eli Bendersky's avatar Eli Bendersky

Formatting & rst link markup fixes

üst 029981bb
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment