summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorJan Brasna <1784648+janbrasna@users.noreply.github.com>2023-12-21 07:50:25 (GMT)
committerGitHub <noreply@github.com>2023-12-21 07:50:25 (GMT)
commit24f8ff28a3847b3b9f92f3aaa5346e92399a246a (patch)
treebe73c8e7837972f8bff588b10b65650d95cd6cd2 /Doc
parent103c4ea27464cef8d1793dab347f5ff3629dc243 (diff)
downloadcpython-24f8ff28a3847b3b9f92f3aaa5346e92399a246a.zip
cpython-24f8ff28a3847b3b9f92f3aaa5346e92399a246a.tar.gz
cpython-24f8ff28a3847b3b9f92f3aaa5346e92399a246a.tar.bz2
Docs: OpenSSL wording ambiguity (#113296)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/ssl.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index 0db233e..e8709b5 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -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::