]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
One more autodoc cleanup
authorBen Darnell <ben@bendarnell.com>
Sat, 11 Jun 2011 21:32:54 +0000 (14:32 -0700)
committerBen Darnell <ben@bendarnell.com>
Sat, 11 Jun 2011 21:32:54 +0000 (14:32 -0700)
tornado/iostream.py

index d9c8b7dcb8ffb112cb093539512841c2509edab9..698c9dda783917cfec2c4f917e4a4abd13cc39ab 100644 (file)
@@ -414,8 +414,10 @@ class SSLIOStream(IOStream):
     """A utility class to write to and read from a non-blocking socket.
 
     If the socket passed to the constructor is already connected,
-    it should be wrapped with
+    it should be wrapped with::
+
         ssl.wrap_socket(sock, do_handshake_on_connect=False, **kwargs)
+
     before constructing the SSLIOStream.  Unconnected sockets will be
     wrapped when IOStream.connect is finished.
     """