We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b133361 commit 59026e3Copy full SHA for 59026e3
uvloop/handles/udp.pyx
@@ -215,7 +215,7 @@ cdef class UDPTransport(UVBaseTransport):
215
ctx.addr = self._address
216
else:
217
raise RuntimeError(
218
- 'undable to perform send operation: no address')
+ 'unable to perform send operation: no address')
219
220
__convert_pyaddr_to_sockaddr(self._family, addr,
221
<system.sockaddr*>&ctx.addr)
0 commit comments