Skip to content

Commit

Permalink
pythongh-122706: fix docs for asyncio ssl sockets (pythonGH-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 2ff3e95 commit 33e6e20
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 @@ -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.
Expand Down

0 comments on commit 33e6e20

Please sign in to comment.