diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/library/usocket.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/usocket.rst b/docs/library/usocket.rst index 9d1d569df4..9b279e5ba7 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() |