Skip to content

Commit 047ac20

Browse files
muellermartindpgeorge
authored andcommitted
docs/library: Fix typo in docs for usocket.listen().
1 parent 7ddd85f commit 047ac20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/library/usocket.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Methods
101101

102102
Enable a server to accept connections. If backlog is specified, it must be at least 0
103103
(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
104+
that the system will allow before refusing new connections. If not specified, a default
105105
reasonable value is chosen.
106106

107107
.. method:: socket.accept()

0 commit comments

Comments
 (0)