From 4f160ca7184d6fca35efe81026d239e12aaa8ee0 Mon Sep 17 00:00:00 2001 From: Kumar Aditya <kumaraditya@python.org> Date: Thu, 19 Dec 2024 12:39:27 +0000 Subject: [PATCH] fix docs --- Doc/library/ssl.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index b7fb1fc07d199f..771393762c9fbe 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -2508,8 +2508,8 @@ thus several things you need to be aware of: .. seealso:: The :mod:`asyncio` module supports :ref:`non-blocking SSL sockets - <ssl-nonblocking>` and provides a - higher level API. It polls for events using the :mod:`selectors` module and + <ssl-nonblocking>` and provides a higher level :ref:`Streams API <asyncio-streams>` + 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.