Skip to content

Commit 37a9b5b

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

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
@@ -535,7 +535,7 @@ def _loop_writing(self, fut=None):
535535
except OSError as exc:
536536
self._protocol.error_received(exc)
537537
if self._buffer:
538-
# Re-arm the write loop so buffered data isn't stranded and
538+
# Reschedule the write loop so buffered data isn't stranded and
539539
# a paused protocol is eventually resumed (gh-156698).
540540
def resume_writing():
541541
# a sendto() may have armed a write in the meantime;

0 commit comments

Comments
 (0)