Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cfa33ab

Browse files
author
taras
committedAug 27, 2024·
Fix comment
1 parent b79a840 commit cfa33ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎uvloop/handles/stream.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ cdef class UVStream(UVBaseTransport):
701701
bytes_written = bytes_written_
702702

703703
if bytes_written == 0:
704-
# All data was successfully bytes_written.
704+
# All data was successfully written.
705705
# on_write will call "maybe_resume_protocol".
706706
return
707707

0 commit comments

Comments
 (0)
Please sign in to comment.