docs/library: Fix typo in docs for usocket.listen().
This commit is contained in:
parent
7ddd85f933
commit
047ac2044d
@ -101,7 +101,7 @@ Methods
|
|||||||
|
|
||||||
Enable a server to accept connections. If backlog is specified, it must be at least 0
|
Enable a server to accept connections. If backlog is specified, it must be at least 0
|
||||||
(if it's lower, it will be set to 0); and specifies the number of unaccepted connections
|
(if it's lower, it will be set to 0); and specifies the number of unaccepted connections
|
||||||
tha the system will allow before refusing new connections. If not specified, a default
|
that the system will allow before refusing new connections. If not specified, a default
|
||||||
reasonable value is chosen.
|
reasonable value is chosen.
|
||||||
|
|
||||||
.. method:: socket.accept()
|
.. method:: socket.accept()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user