Skip to content

Commit 12a68a5

Browse files
committed
Fix blurb.
I spent all that time trying to make sure the test worked and of course it was the blurb that was wrong too.
1 parent f3ec86c commit 12a68a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Fix a deadlock introduced in the :mod:`ssl` module when a call to
2-
:class:`~ssl.SSLSocket.recv` was blocked in one thread, while another
3-
attempted to call :class:`~ssl.SSLSocket.send` to unblock it in another
2+
:meth:`~ssl.SSLSocket.recv` was blocked in one thread, while another
3+
attempted to call :meth:`~ssl.SSLSocket.send` to unblock it in another
44
thread.

0 commit comments

Comments
 (0)