summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2017-02-06 13:37:45 +0300
committerBerker Peksag <berker.peksag@gmail.com>2017-02-06 13:37:45 +0300
commit65c557f03cedf2ed44939d84d2a81e60a75acd92 (patch)
tree91b9525a66b170d556e0a0c748bf308301f66a82
parent54ab9ca906471f8a49e22c7f85d4f34c2ef7212c (diff)
parent8618f33b984ad0b62f47c8d5805c08087c191b12 (diff)
downloadcpython-65c557f03cedf2ed44939d84d2a81e60a75acd92.tar.gz
Merge from 3.6
-rw-r--r--Doc/library/ssl.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index eee4849331..07b97715a9 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -636,7 +636,7 @@ Constants
.. deprecated:: 3.6
- Use data:`PROTOCOL_TLS` instead.
+ Use :data:`PROTOCOL_TLS` instead.
.. data:: PROTOCOL_SSLv2
@@ -667,7 +667,7 @@ Constants
.. deprecated:: 3.6
OpenSSL has deprecated all version specific protocols. Use the default
- protocol data:`PROTOCOL_TLS` with flags like data:`OP_NO_SSLv3` instead.
+ protocol :data:`PROTOCOL_TLS` with flags like :data:`OP_NO_SSLv3` instead.
.. data:: PROTOCOL_TLSv1
@@ -676,7 +676,7 @@ Constants
.. deprecated:: 3.6
OpenSSL has deprecated all version specific protocols. Use the default
- protocol data:`PROTOCOL_TLS` with flags like data:`OP_NO_SSLv3` instead.
+ protocol :data:`PROTOCOL_TLS` with flags like :data:`OP_NO_SSLv3` instead.
.. data:: PROTOCOL_TLSv1_1
@@ -688,7 +688,7 @@ Constants
.. deprecated:: 3.6
OpenSSL has deprecated all version specific protocols. Use the default
- protocol data:`PROTOCOL_TLS` with flags like data:`OP_NO_SSLv3` instead.
+ protocol :data:`PROTOCOL_TLS` with flags like :data:`OP_NO_SSLv3` instead.
.. data:: PROTOCOL_TLSv1_2
@@ -701,7 +701,7 @@ Constants
.. deprecated:: 3.6
OpenSSL has deprecated all version specific protocols. Use the default
- protocol data:`PROTOCOL_TLS` with flags like data:`OP_NO_SSLv3` instead.
+ protocol :data:`PROTOCOL_TLS` with flags like :data:`OP_NO_SSLv3` instead.
.. data:: OP_ALL