[Python-checkins] cpython: Fix doc build warning

zach.ware python-checkins at python.org
Wed Jun 11 22:03:01 CEST 2014


http://hg.python.org/cpython/rev/59e4af72a3c7
changeset:   91137:59e4af72a3c7
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Wed Jun 11 15:02:25 2014 -0500
summary:
  Fix doc build warning

files:
  Doc/library/ssl.rst |  4 +++-
  1 files changed, 3 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
@@ -791,7 +791,9 @@
   the same limitation)
 - :meth:`~socket.socket.sendfile()` (but :mod:`os.sendfile` will be used
   for plain-text sockets only, else :meth:`~socket.socket.send()` will be used)
-   .. versionadded:: 3.5
+
+     .. versionadded:: 3.5
+
 - :meth:`~socket.socket.shutdown()`
 
 However, since the SSL (and TLS) protocol has its own framing atop

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


More information about the Python-checkins mailing list