Commit 7b3a028c authored by Toshio Kuratomi's avatar Toshio Kuratomi Committed by Lisa Roach

Fix rst formatting for several links in ssl documentation (GH-13133)

parent d53cf99d
...@@ -665,7 +665,7 @@ Constants ...@@ -665,7 +665,7 @@ Constants
.. data:: PROTOCOL_SSLv23 .. data:: PROTOCOL_SSLv23
Alias for data:`PROTOCOL_TLS`. Alias for :data:`PROTOCOL_TLS`.
.. deprecated:: 3.6 .. deprecated:: 3.6
...@@ -1821,7 +1821,7 @@ to speed up repeated connections from the same clients. ...@@ -1821,7 +1821,7 @@ to speed up repeated connections from the same clients.
.. attribute:: SSLContext.sslsocket_class .. attribute:: SSLContext.sslsocket_class
The return type of :meth:`SSLContext.wrap_sockets`, defaults to The return type of :meth:`SSLContext.wrap_socket`, defaults to
:class:`SSLSocket`. The attribute can be overridden on instance of class :class:`SSLSocket`. The attribute can be overridden on instance of class
in order to return a custom subclass of :class:`SSLSocket`. in order to return a custom subclass of :class:`SSLSocket`.
...@@ -1831,7 +1831,7 @@ to speed up repeated connections from the same clients. ...@@ -1831,7 +1831,7 @@ to speed up repeated connections from the same clients.
server_hostname=None, session=None) server_hostname=None, session=None)
Wrap the BIO objects *incoming* and *outgoing* and return an instance of Wrap the BIO objects *incoming* and *outgoing* and return an instance of
attr:`SSLContext.sslobject_class` (default :class:`SSLObject`). The SSL :attr:`SSLContext.sslobject_class` (default :class:`SSLObject`). The SSL
routines will read input data from the incoming BIO and write data to the routines will read input data from the incoming BIO and write data to the
outgoing BIO. outgoing BIO.
......
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