Merge pull request #460 from hnlq715/master

improve the description of gevent.
This commit is contained in:
Ian Cordasco
2014-07-03 10:50:12 -05:00
+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.