File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -665,7 +665,7 @@ Constants
665
665
666
666
.. data :: PROTOCOL_SSLv23
667
667
668
- Alias for data:`PROTOCOL_TLS `.
668
+ Alias for : data: `PROTOCOL_TLS `.
669
669
670
670
.. deprecated :: 3.6
671
671
@@ -1821,7 +1821,7 @@ to speed up repeated connections from the same clients.
1821
1821
1822
1822
.. attribute :: SSLContext.sslsocket_class
1823
1823
1824
- The return type of :meth: `SSLContext.wrap_sockets `, defaults to
1824
+ The return type of :meth: `SSLContext.wrap_socket `, defaults to
1825
1825
:class: `SSLSocket `. The attribute can be overridden on instance of class
1826
1826
in order to return a custom subclass of :class: `SSLSocket `.
1827
1827
@@ -1831,7 +1831,7 @@ to speed up repeated connections from the same clients.
1831
1831
server_hostname=None, session=None)
1832
1832
1833
1833
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
1835
1835
routines will read input data from the incoming BIO and write data to the
1836
1836
outgoing BIO.
1837
1837
You can’t perform that action at this time.
0 commit comments