Skip to content

Commit 79a9052

Browse files
committed
One more autodoc cleanup
1 parent 3892794 commit 79a9052

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tornado/iostream.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,10 @@ class SSLIOStream(IOStream):
414414
"""A utility class to write to and read from a non-blocking socket.
415415
416416
If the socket passed to the constructor is already connected,
417-
it should be wrapped with
417+
it should be wrapped with::
418+
418419
ssl.wrap_socket(sock, do_handshake_on_connect=False, **kwargs)
420+
419421
before constructing the SSLIOStream. Unconnected sockets will be
420422
wrapped when IOStream.connect is finished.
421423
"""

0 commit comments

Comments
 (0)