Commit 11ae634e authored by Denis Bilenko's avatar Denis Bilenko

thread: fix the module-level docstring

parent b26ca7e8
"""implements standard module 'thread' with greenlets""" """Implementation of the standard :mod:`thread` module that spawns greenlets"""
__thread = __import__('thread') __thread = __import__('thread')
from gevent.hub import getcurrent, GreenletExit from gevent.hub import getcurrent, GreenletExit
from gevent.greenlet import Greenlet from gevent.greenlet import Greenlet
......
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