From 345c1e7f1299328c29ec0faeedfde77fcf20f402 Mon Sep 17 00:00:00 2001 From: hnlq715 Date: Thu, 3 Jul 2014 22:59:56 +0800 Subject: [PATCH] improve the description of gevent. --- docs/scenarios/network.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/network.rst b/docs/scenarios/network.rst index 9834be8..48eccf2 100644 --- a/docs/scenarios/network.rst +++ b/docs/scenarios/network.rst @@ -31,4 +31,4 @@ gevent ------ `gevent `_ is a coroutine-based Python networking library -that uses greenlets and libevent event loops. +that uses greenlets to provide a high-level synchronous API on top of the libev event loop.