Skip to content

Commit e703e06

Browse files
anecdatatannewt
andauthored
Update shared-bindings/socketpool/SocketPool.c
Co-authored-by: Scott Shawcroft <[email protected]>
1 parent f07dd48 commit e703e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/socketpool/SocketPool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ STATIC mp_obj_t socketpool_socketpool_make_new(const mp_obj_type_t *type, size_t
6767
//| """Create a new socket
6868
//|
6969
//| :param ~int family: AF_INET or AF_INET6
70-
//| :param ~int type: SOCK_STREAM, SOCK_DGRAM or SOCK_RAW
70+
//| :param ~int type: SOCK_STREAM, SOCK_DGRAM or SOCK_RAW"""
7171
//| ...
7272
//|
7373

0 commit comments

Comments
 (0)