From 0d2680d620c1766015ba99e0f9a5680425c22042 Mon Sep 17 00:00:00 2001 From: Hebert J Date: Tue, 12 Aug 2014 16:19:10 -0300 Subject: [PATCH] Update design.rst Double "are". --- docs/source/design.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/design.rst b/docs/source/design.rst index 4dc3f5d2..580fe7c1 100644 --- a/docs/source/design.rst +++ b/docs/source/design.rst @@ -55,7 +55,7 @@ AsyncIO Workers These workers are compatible with python3. You have two kind of workers. The worker `gthread` is a threaded worker. It accepts connections in the -main loop, accepted connections are are added to the thread pool as a +main loop, accepted connections are added to the thread pool as a connection job. On keepalive connections are put back in the loop waiting for an event. If no event happen after the keep alive timeout, the connection is closed.