diff options
Diffstat (limited to 'Doc/library')
-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 |