Skip to content

Commit d45f6a8

Browse files
committed
Supposedly this *actually* fixes the blurb.
1 parent 12a68a5 commit d45f6a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
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-
:meth:`~ssl.SSLSocket.recv` was blocked in one thread, while another
3-
attempted to call :meth:`~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)