Skip to content

Commit 71f8aaf

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

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
@@ -1521,7 +1521,7 @@ def test_sendto_sendto_ready(self):
15211521
def test_sendto_sendto_ready_blocked(self):
15221522
data = b'data'
15231523

1524-
# First queue up a buffer by having the socket block
1524+
# First queue up the buffer by having the socket blocked
15251525
self.sock.sendto.side_effect = BlockingIOError
15261526
transport = self.datagram_transport()
15271527
transport.sendto(data, ('0.0.0.0', 12345))

0 commit comments

Comments
 (0)