We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317923d commit 94afe3eCopy full SHA for 94afe3e
Lib/test/test_asyncio/test_selector_events.py
@@ -371,7 +371,7 @@ def mock_sock_accept():
371
# mock accept(2) returning -ECONNABORTED every-other
372
# time that it's called. This applies most to OpenBSD
373
# whose sockets generate this errno more reproducibly than
374
- # Linux and other OSs.
+ # Linux and other OS.
375
if sock.accept.call_count % 2 == 0:
376
raise ConnectionAbortedError
377
return (mock.Mock(), mock.Mock())
0 commit comments