There was an error while loading. Please reload this page.
1 parent 72a90a0 commit 9e21d6eCopy full SHA for 9e21d6e
uasyncio.udp/uasyncio/udp.py
@@ -49,7 +49,7 @@ def sendto(s, buf, addr=None):
49
#print("send res:", res)
50
if res == len(buf):
51
return
52
- print("asento: IOWrite")
+ print("sendto: IOWrite")
53
yield core.IOWrite(s)
54
55
def close(s):
0 commit comments