We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ddd85f commit 047ac20Copy full SHA for 047ac20
docs/library/usocket.rst
@@ -101,7 +101,7 @@ Methods
101
102
Enable a server to accept connections. If backlog is specified, it must be at least 0
103
(if it's lower, it will be set to 0); and specifies the number of unaccepted connections
104
- 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
105
reasonable value is chosen.
106
107
.. method:: socket.accept()
0 commit comments