summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiayu Liu <Jimexist@users.noreply.github.com>2022-07-31 11:41:15 +0800
committerGitHub <noreply@github.com>2022-07-31 11:41:15 +0800
commit5a1924788a8cb6f495a1b1d50a1c0561d36215ac (patch)
tree32542e9012280ab6f24054d75d3cddf86e34dddf
parent7a5f29d48d6b99f14190d9d7bff0e63170965087 (diff)
parent981400757179c784665088daa5ba1a0f3ad7e8c1 (diff)
downloadthrift-5a1924788a8cb6f495a1b1d50a1c0561d36215ac.tar.gz
Merge pull request #2636 from PikachuHy/master
[skip ci] fix typo
-rw-r--r--lib/py/src/server/TNonblockingServer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/py/src/server/TNonblockingServer.py b/lib/py/src/server/TNonblockingServer.py
index fdf6779ad..cef4079c0 100644
--- a/lib/py/src/server/TNonblockingServer.py
+++ b/lib/py/src/server/TNonblockingServer.py
@@ -21,7 +21,7 @@
The main idea of the server is to receive and send requests
only from the main thread.
-The thread poool should be sized for concurrent tasks, not
+The thread pool should be sized for concurrent tasks, not
maximum connections
"""