Skip to content

Commit f2afd28

Browse files
Update Lib/asyncio/proactor_events.py
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
1 parent 77502d2 commit f2afd28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/asyncio/proactor_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ def _loop_reading(self, fut=None):
576576
if not self._conn_lost:
577577
# The error can be transient, e.g. a ConnectionResetError
578578
# from a stale ICMP port unreachable notification, so
579-
# re-arm the read loop instead of leaving it dead.
579+
# reschedule the read loop instead of leaving it dead.
580580
self._loop.call_soon(self._loop_reading)
581581
except exceptions.CancelledError:
582582
if not self._closing:

0 commit comments

Comments
 (0)