Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d93c4de

Browse files
committed
Fix usage of data directive
1 parent a7e1648 commit d93c4de

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Doc/library/ssl.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ Constants
636636

637637
.. deprecated:: 3.6
638638

639-
Use data:`PROTOCOL_TLS` instead.
639+
Use :data:`PROTOCOL_TLS` instead.
640640

641641
.. data:: PROTOCOL_SSLv2
642642

@@ -667,7 +667,7 @@ Constants
667667
.. deprecated:: 3.6
668668

669669
OpenSSL has deprecated all version specific protocols. Use the default
670-
protocol data:`PROTOCOL_TLS` with flags like data:`OP_NO_SSLv3` instead.
670+
protocol :data:`PROTOCOL_TLS` with flags like :data:`OP_NO_SSLv3` instead.
671671

672672
.. data:: PROTOCOL_TLSv1
673673

@@ -676,7 +676,7 @@ Constants
676676
.. deprecated:: 3.6
677677

678678
OpenSSL has deprecated all version specific protocols. Use the default
679-
protocol data:`PROTOCOL_TLS` with flags like data:`OP_NO_SSLv3` instead.
679+
protocol :data:`PROTOCOL_TLS` with flags like :data:`OP_NO_SSLv3` instead.
680680

681681
.. data:: PROTOCOL_TLSv1_1
682682

@@ -688,7 +688,7 @@ Constants
688688
.. deprecated:: 3.6
689689

690690
OpenSSL has deprecated all version specific protocols. Use the default
691-
protocol data:`PROTOCOL_TLS` with flags like data:`OP_NO_SSLv3` instead.
691+
protocol :data:`PROTOCOL_TLS` with flags like :data:`OP_NO_SSLv3` instead.
692692

693693
.. data:: PROTOCOL_TLSv1_2
694694

@@ -701,7 +701,7 @@ Constants
701701
.. deprecated:: 3.6
702702

703703
OpenSSL has deprecated all version specific protocols. Use the default
704-
protocol data:`PROTOCOL_TLS` with flags like data:`OP_NO_SSLv3` instead.
704+
protocol :data:`PROTOCOL_TLS` with flags like :data:`OP_NO_SSLv3` instead.
705705

706706
.. data:: OP_ALL
707707

0 commit comments

Comments
 (0)