Commit 4e794ff5 authored by Ralf Schmitt's avatar Ralf Schmitt

replace libevent with libev in gevent's docstring

parent 537e0287
# Copyright (c) 2009-2011 Denis Bilenko. See LICENSE for details.
"""
gevent is a coroutine-based Python networking library that uses greenlet
to provide a high-level synchronous API on top of libevent event loop.
to provide a high-level synchronous API on top of libev event loop.
See http://www.gevent.org/ for the documentation.
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment