summaryrefslogtreecommitdiffstats
path: root/Doc/library/ssl.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2020-05-26 08:04:14 (GMT)
committerGitHub <noreply@github.com>2020-05-26 08:04:14 (GMT)
commit1c5d1d7304a119040fd3118128bdb412f0cce6a6 (patch)
tree030069f485f38911b5a8fdef3f4668040ada6b00 /Doc/library/ssl.rst
parent2b0e654f91f28379c6c7ef5fd80e8754afb70935 (diff)
downloadcpython-1c5d1d7304a119040fd3118128bdb412f0cce6a6.zip
cpython-1c5d1d7304a119040fd3118128bdb412f0cce6a6.tar.gz
cpython-1c5d1d7304a119040fd3118128bdb412f0cce6a6.tar.bz2
Remove duplicated words words (GH-20413)
Diffstat (limited to 'Doc/library/ssl.rst')
-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 952ee16..852091c 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -615,7 +615,7 @@ Constants
Possible value for :attr:`SSLContext.verify_flags`. In this mode, only the
peer cert is checked but none of the intermediate CA certificates. The mode
requires a valid CRL that is signed by the peer cert's issuer (its direct
- ancestor CA). If no proper CRL has has been loaded with
+ ancestor CA). If no proper CRL has been loaded with
:attr:`SSLContext.load_verify_locations`, validation will fail.
.. versionadded:: 3.4