diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-03-08 13:42:25 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-03-08 13:42:25 (GMT) |
commit | c8358273aec3915c13597c0c5cb5d633589c9da0 (patch) | |
tree | 4004811232367bb63b9c2ae02d27b4562c4891d3 /Doc | |
parent | f87afb0381e968f72de5a2e2bd230d4360896205 (diff) | |
download | cpython-c8358273aec3915c13597c0c5cb5d633589c9da0.zip cpython-c8358273aec3915c13597c0c5cb5d633589c9da0.tar.gz cpython-c8358273aec3915c13597c0c5cb5d633589c9da0.tar.bz2 |
indicate correct version (closes #23608)
Diffstat (limited to 'Doc')
-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 bb30d0f..e37357f 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -535,7 +535,7 @@ Constants prefer trusted certificates when building the trust chain to validate a certificate. This flag is enabled by default. - .. versionadded:: 3.4.5 + .. versionadded:: 3.4.4 .. data:: PROTOCOL_SSLv23 |