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

This commit is contained in:
Martin Müller 2016-06-25 16:50:26 +02:00 committed by Damien George
parent 7ddd85f933
commit 047ac2044d

View File

@ -101,7 +101,7 @@ Methods
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
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.
.. method:: socket.accept()