Skip to content

Commit cd85662

Browse files
committed
Fix comments
1 parent 0360dab commit cd85662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uvloop/loop.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ cdef class Loop:
975975

976976
if UVLOOP_DEBUG:
977977
if fut.cancelled():
978-
# Shouldn't happen with _SyncSocketReaderFuture.
978+
# Shouldn't happen with _SyncSocketWriterFuture.
979979
raise RuntimeError(
980980
f'_sock_sendall is called on a cancelled Future')
981981

0 commit comments

Comments
 (0)