Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Aug 27, 2024
1 parent b79a840 commit cfa33ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uvloop/handles/stream.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ cdef class UVStream(UVBaseTransport):
bytes_written = bytes_written_

if bytes_written == 0:
# All data was successfully bytes_written.
# All data was successfully written.
# on_write will call "maybe_resume_protocol".
return

Expand Down

0 comments on commit cfa33ab

Please sign in to comment.