Fix 'the the' duplication (partial backport of r71103
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index 30f1fea..1804fcf 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -261,7 +261,7 @@
If there is no certificate for the peer on the other end of the
connection, returns ``None``.
- If the the parameter ``binary_form`` is :const:`False`, and a
+ If the parameter ``binary_form`` is :const:`False`, and a
certificate was received from the peer, this method returns a
:class:`dict` instance. If the certificate was not validated, the
dict is empty. If the certificate was validated, it returns a dict