improve the description of gevent.

This commit is contained in:
hnlq715
2014-07-03 22:59:56 +08:00
parent a61b4a25e7
commit 345c1e7f12
+1 -1
View File
@@ -31,4 +31,4 @@ gevent
------
`gevent <http://www.gevent.org/>`_ 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.