diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index f78ab7b1fdf..a154b4df7fe 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -2369,8 +2369,8 @@ thus several things you need to be aware of: .. seealso:: The :mod:`asyncio` module supports :ref:`non-blocking SSL sockets - ` and provides a - higher level API. It polls for events using the :mod:`selectors` module and + ` and provides a higher level :ref:`Streams API `. + It polls for events using the :mod:`selectors` module and handles :exc:`SSLWantWriteError`, :exc:`SSLWantReadError` and :exc:`BlockingIOError` exceptions. It runs the SSL handshake asynchronously as well.