]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Docs: OpenSSL wording ambiguity (GH-113296) (#113348)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 21 Dec 2023 07:56:06 +0000 (08:56 +0100)
committerGitHub <noreply@github.com>
Thu, 21 Dec 2023 07:56:06 +0000 (07:56 +0000)
Co-authored-by: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
Doc/library/ssl.rst

index 94d19507dab8e27cc3794fbb52819baae9414d8f..31ebd788a8fe4c56b992be0834c444bbd409e6bf 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::