]> granicus.if.org Git - python/commitdiff
Fix doc build warning
authorZachary Ware <zachary.ware@gmail.com>
Wed, 11 Jun 2014 20:02:25 +0000 (15:02 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Wed, 11 Jun 2014 20:02:25 +0000 (15:02 -0500)
Doc/library/ssl.rst

index 6eb47e30e2283dc95970440f526ddb3d7f59b0dd..75b5d28e9e22066c507be29c6af2e287b16ffbe4 100644 (file)
@@ -791,7 +791,9 @@ SSL sockets provide the following methods of :ref:`socket-objects`:
   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