diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2020-09-18 06:37:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-18 06:37:04 (GMT) |
commit | 038688a53bdd92eafd1edf47e6bed414b125a01e (patch) | |
tree | 469925eeae94110c6b06725ee77a58491aaed6e8 /Doc/library/ssl.rst | |
parent | 5efb1a77e75648012f8b52960c8637fc296a5c6d (diff) | |
download | cpython-038688a53bdd92eafd1edf47e6bed414b125a01e.zip cpython-038688a53bdd92eafd1edf47e6bed414b125a01e.tar.gz cpython-038688a53bdd92eafd1edf47e6bed414b125a01e.tar.bz2 |
[3.8] Remove duplicated words words (GH-20413). (GH-22297)
(cherry picked from commit 1c5d1d7304a119040fd3118128bdb412f0cce6a6)
Diffstat (limited to 'Doc/library/ssl.rst')
-rw-r--r-- | Doc/library/ssl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index ea0f13c..04523e9 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 |