Skip to content

Commit 9e21d6e

Browse files
committed
uasyncio.udp: Typo fix in debug print.
1 parent 72a90a0 commit 9e21d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uasyncio.udp/uasyncio/udp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def sendto(s, buf, addr=None):
4949
#print("send res:", res)
5050
if res == len(buf):
5151
return
52-
print("asento: IOWrite")
52+
print("sendto: IOWrite")
5353
yield core.IOWrite(s)
5454

5555
def close(s):

0 commit comments

Comments
 (0)