]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: OpenSSL wording ambiguity (#113296)
authorJan Brasna <1784648+janbrasna@users.noreply.github.com>
Thu, 21 Dec 2023 07:50:25 +0000 (08:50 +0100)
committerGitHub <noreply@github.com>
Thu, 21 Dec 2023 07:50:25 +0000 (00:50 -0700)
Doc/library/ssl.rst

index 0db233e2dde33c01d3c75e43b3242aac4510365c..e8709b516ae07a2183ce9df1c181d3fa3f9c63d6 100644 (file)
@@ -25,7 +25,7 @@ probably additional platforms, as long as OpenSSL is installed on that platform.
 
    Some behavior may be platform dependent, since calls are made to the
    operating system socket APIs.  The installed version of OpenSSL may also
-   cause variations in behavior. For example, TLSv1.3 with OpenSSL version
+   cause variations in behavior. For example, TLSv1.3 comes with OpenSSL version
    1.1.1.
 
 .. warning::