diff options
author | Larry Hastings <larry@hastings.org> | 2013-08-03 09:49:53 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2013-08-03 09:49:53 (GMT) |
commit | d36fc4307e5ff605bc73dfe7ca6f529dc1875911 (patch) | |
tree | 213a985592167d5f538e03968843d2df0d74c30d /Doc/library/ssl.rst | |
parent | 582583bc41523e13a295da9b8ea4dfe784b5071e (diff) | |
download | cpython-d36fc4307e5ff605bc73dfe7ca6f529dc1875911.zip cpython-d36fc4307e5ff605bc73dfe7ca6f529dc1875911.tar.gz cpython-d36fc4307e5ff605bc73dfe7ca6f529dc1875911.tar.bz2 |
Fix minor documentation markup error.
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 2c24f1b..983c144 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -859,7 +859,7 @@ to speed up repeated connections from the same clients. does not contain certificates from *capath* unless a certificate was requested and loaded by a SSL connection. - ..versionadded:: 3.4 + .. versionadded:: 3.4 .. method:: SSLContext.set_default_verify_paths() |