docs/library: Add a blank line to fix formatting for ussl docs.

This commit is contained in:
Brett Cannon 2021-05-16 20:21:26 -07:00 committed by Damien George
parent 07528d1f85
commit 452fa3f8d4
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ facilities for network sockets, both client-side and server-side.
Functions Functions
--------- ---------
.. function:: ussl.wrap_socket(sock, server_side=False, keyfile=None, certfile=None, cert_reqs=CERT_NONE, ca_certs=None, do_handshake=True) .. function:: ussl.wrap_socket(sock, server_side=False, keyfile=None, certfile=None, cert_reqs=CERT_NONE, ca_certs=None, do_handshake=True)
Takes a `stream` *sock* (usually usocket.socket instance of ``SOCK_STREAM`` type), Takes a `stream` *sock* (usually usocket.socket instance of ``SOCK_STREAM`` type),
and returns an instance of ssl.SSLSocket, which wraps the underlying stream in and returns an instance of ssl.SSLSocket, which wraps the underlying stream in
an SSL context. Returned object has the usual `stream` interface methods like an SSL context. Returned object has the usual `stream` interface methods like