@@ -576,7 +576,7 @@ cdef class Socket:
576
576
addr : str
577
577
The address string. This has the form 'protocol://interface:port',
578
578
for example 'tcp://127.0.0.1:5555'. Protocols supported are
579
- tcp, upd , pgm, inproc and ipc. If the address is unicode, it is
579
+ tcp, udp , pgm, inproc and ipc. If the address is unicode, it is
580
580
encoded to utf-8 first.
581
581
"""
582
582
cdef int rc
@@ -612,7 +612,7 @@ cdef class Socket:
612
612
addr : str
613
613
The address string. This has the form 'protocol://interface:port',
614
614
for example 'tcp://127.0.0.1:5555'. Protocols supported are
615
- tcp, upd , pgm, inproc and ipc. If the address is unicode, it is
615
+ tcp, udp , pgm, inproc and ipc. If the address is unicode, it is
616
616
encoded to utf-8 first.
617
617
"""
618
618
cdef int rc
@@ -643,7 +643,7 @@ cdef class Socket:
643
643
addr : str
644
644
The address string. This has the form 'protocol://interface:port',
645
645
for example 'tcp://127.0.0.1:5555'. Protocols supported are
646
- tcp, upd , pgm, inproc and ipc. If the address is unicode, it is
646
+ tcp, udp , pgm, inproc and ipc. If the address is unicode, it is
647
647
encoded to utf-8 first.
648
648
"""
649
649
cdef int rc
0 commit comments