Skip to content

Commit cfa33ab

Browse files
author
taras
committed
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)