Skip to content

Commit

Permalink
Merge pull request #581 from WindSoilder/master
Browse files Browse the repository at this point in the history
complete SSLListener doc
  • Loading branch information
njsmith authored Jul 30, 2018
2 parents eb10617 + 25dac11 commit 8a8c092
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion trio/_ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,9 @@ async def wait_send_all_might_not_block(self):
class SSLListener(Listener):
"""A :class:`~trio.abc.Listener` for SSL/TLS-encrypted servers.
:class:`SSLListener` allows you to wrap
:class:`SSLListener` wraps around another Listener, and converts
all incoming connections to encrypted connections by wrapping them
in a :class:`SSLStream`.
Args:
transport_listener (~trio.abc.Listener): The listener whose incoming
Expand Down

0 comments on commit 8a8c092

Please sign in to comment.