Skip to content

Commit

Permalink
gh-122706: fix docs for asyncio ssl sockets (GH-128092)
Browse files Browse the repository at this point in the history
(cherry picked from commit 19c5134)

Co-authored-by: Kumar Aditya <[email protected]>
  • Loading branch information
kumaraditya303 authored and miss-islington committed Dec 19, 2024
1 parent 6ffa564 commit 0f8b2b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/ssl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2369,8 +2369,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.
Expand Down

0 comments on commit 0f8b2b5

Please sign in to comment.