diff --git a/docs/library/usocket.rst b/docs/library/usocket.rst index 9d1d569df470639d9966725c4dfe14c713a5ad13..9b279e5ba78533a88551d51cf3abcd12c0abece9 100644 --- a/docs/library/usocket.rst +++ b/docs/library/usocket.rst @@ -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()