Skip to content

Commit bc204cd

Browse files
Update Lib/test/test_asyncio/test_selector_events.py
1 parent 71f8aaf commit bc204cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_asyncio/test_selector_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,7 @@ def test_sendto_closing(self):
15001500
def test_sendto_sendto_ready(self):
15011501
data = b'data'
15021502

1503-
# First queue up a buffer by having the socket block
1503+
# First queue up the buffer by having the socket blocked
15041504
self.sock.sendto.side_effect = BlockingIOError
15051505
transport = self.datagram_transport()
15061506
transport.sendto(data, ('0.0.0.0', 12345))

0 commit comments

Comments
 (0)