]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix minor documentation markup error.
authorLarry Hastings <larry@hastings.org>
Sat, 3 Aug 2013 09:49:53 +0000 (02:49 -0700)
committerLarry Hastings <larry@hastings.org>
Sat, 3 Aug 2013 09:49:53 +0000 (02:49 -0700)
Doc/library/ssl.rst

index 2c24f1bcfa00205297f817f0a4bde782ccdea0b4..983c144c1eb7492d4ee4f1f7fef1f82f802d31a9 100644 (file)
@@ -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()