File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -665,7 +665,7 @@ Constants
665665
666666.. data :: PROTOCOL_SSLv23
667667
668- Alias for data:`PROTOCOL_TLS `.
668+ Alias for : data: `PROTOCOL_TLS `.
669669
670670 .. deprecated :: 3.6
671671
@@ -1821,7 +1821,7 @@ to speed up repeated connections from the same clients.
18211821
18221822.. attribute :: SSLContext.sslsocket_class
18231823
1824- The return type of :meth: `SSLContext.wrap_sockets `, defaults to
1824+ The return type of :meth: `SSLContext.wrap_socket `, defaults to
18251825 :class: `SSLSocket `. The attribute can be overridden on instance of class
18261826 in order to return a custom subclass of :class: `SSLSocket `.
18271827
@@ -1831,7 +1831,7 @@ to speed up repeated connections from the same clients.
18311831 server_hostname=None, session=None)
18321832
18331833 Wrap the BIO objects *incoming * and *outgoing * and return an instance of
1834- attr:`SSLContext.sslobject_class ` (default :class: `SSLObject `). The SSL
1834+ : attr: `SSLContext.sslobject_class ` (default :class: `SSLObject `). The SSL
18351835 routines will read input data from the incoming BIO and write data to the
18361836 outgoing BIO.
18371837
You can’t perform that action at this time.
0 commit comments