diff options
| -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() |
