Issue #17047: remove doubled words added in 3.4,
as reported by Serhiy Storchaka and Matthew Barnett.
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index 40dc710..02a626a 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -824,7 +824,7 @@
    will not contain return meaningful values nor can they be called safely.
 
    The *server_name_callback* function must return ``None`` to allow the
-   the TLS negotiation to continue.  If a TLS failure is required, a constant
+   TLS negotiation to continue.  If a TLS failure is required, a constant
    :const:`ALERT_DESCRIPTION_* <ALERT_DESCRIPTION_INTERNAL_ERROR>` can be
    returned.  Other return values will result in a TLS fatal error with
    :const:`ALERT_DESCRIPTION_INTERNAL_ERROR`.