Skip to content

Commit 34ea7bf

Browse files
[3.12] gh-122706: fix docs for asyncio ssl sockets (GH-128092) (#128093)
gh-122706: fix docs for asyncio ssl sockets (GH-128092) (cherry picked from commit 19c5134) Co-authored-by: Kumar Aditya <[email protected]>
1 parent 6ffa564 commit 34ea7bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/ssl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2369,8 +2369,8 @@ thus several things you need to be aware of:
23692369
.. seealso::
23702370

23712371
The :mod:`asyncio` module supports :ref:`non-blocking SSL sockets
2372-
<ssl-nonblocking>` and provides a
2373-
higher level API. It polls for events using the :mod:`selectors` module and
2372+
<ssl-nonblocking>` and provides a higher level :ref:`Streams API <asyncio-streams>`.
2373+
It polls for events using the :mod:`selectors` module and
23742374
handles :exc:`SSLWantWriteError`, :exc:`SSLWantReadError` and
23752375
:exc:`BlockingIOError` exceptions. It runs the SSL handshake asynchronously
23762376
as well.

0 commit comments

Comments
 (0)