Commit 1fc3dcc3 authored by Denis Bilenko's avatar Denis Bilenko

rawgreenlet: fix markup in __doc__

parent 77263c59
......@@ -2,8 +2,13 @@
"""A few utilities for raw greenlets.
# XXX these functions do not support 'timeout' parameter as gevent.greenlet API
# XXX this module does seem to be useful and may be removed in the future
.. warning::
This module is deprecated. Use :class:`gevent.Greenlet` instead.
.. note::
These functions do not support *timeout* parameter.
"""
import warnings
......
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