Skip to content
Snippets Groups Projects
Commit 047ac204 authored by Mot's avatar Mot Committed by Damien George
Browse files

docs/library: Fix typo in docs for usocket.listen().

parent 7ddd85f9
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ Methods ...@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment