[Python-checkins] cpython: Fix minor documentation markup error.

larry.hastings python-checkins at python.org
Sat Aug 3 11:52:47 CEST 2013


http://hg.python.org/cpython/rev/cda76ef561a2
changeset:   84982:cda76ef561a2
user:        Larry Hastings <larry at hastings.org>
date:        Sat Aug 03 02:49:53 2013 -0700
summary:
  Fix minor documentation markup error.

files:
  Doc/library/ssl.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -859,7 +859,7 @@
    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()
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list