8000 Fix rst formatting for several links in ssl documentation (GH-13133) · lisroach/cpython@7b3a028 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b3a028

Browse files
abadgerlisroach
authored andcommitted
Fix rst formatting for several links in ssl documentation (pythonGH-13133)
1 parent d53cf99 commit 7b3a028

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/ssl.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)
0