correct versionchanged version
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index 1a0b1da..11058ae 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -1229,7 +1229,7 @@
    quite similarly to HTTP virtual hosts. Specifying *server_hostname* will
    raise a :exc:`ValueError` if *server_side* is true.
 
-   .. versionchanged:: 3.5
+   .. versionchanged:: 3.4.3
       Always allow a server_hostname to be passed, even if OpenSSL does not
       have SNI.