From 047ac2044dc48fa34aa2092b88867082987bfe94 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20M=C3=BCller?= <mail@mueller-martin.net>
Date: Sat, 25 Jun 2016 16:50:26 +0200
Subject: [PATCH] docs/library: Fix typo in docs for usocket.listen().

---
 docs/library/usocket.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/library/usocket.rst b/docs/library/usocket.rst
index 9d1d569df..9b279e5ba 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()
-- 
GitLab