diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-19 15:36:51 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-19 15:36:51 (GMT) |
commit | 7d6dda4b783dc8720b354e5ede766fcb8407de14 (patch) | |
tree | e89b9cb93e95954bc563b6b9401e9f414572ee6a /Doc/library/ssl.rst | |
parent | 3f561b791165c53f755e6aa35c7c10b48285eaae (diff) | |
parent | 4adf01caae967cc2962ba69b1a193875b84cfa4e (diff) | |
download | cpython-7d6dda4b783dc8720b354e5ede766fcb8407de14.zip cpython-7d6dda4b783dc8720b354e5ede766fcb8407de14.tar.gz cpython-7d6dda4b783dc8720b354e5ede766fcb8407de14.tar.bz2 |
Issue #19795: Improved more markups of True/False.
Diffstat (limited to 'Doc/library/ssl.rst')
-rw-r--r-- | Doc/library/ssl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index baa0cc6..eee4849 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -1536,7 +1536,7 @@ to speed up repeated connections from the same clients. This setting doesn't apply to client sockets. You can also use the :data:`OP_SINGLE_ECDH_USE` option to further improve security. - This method is not available if :data:`HAS_ECDH` is False. + This method is not available if :data:`HAS_ECDH` is ``False``. .. versionadded:: 3.3 |