Commit f2548d9f authored by Denis Bilenko's avatar Denis Bilenko

sleep: remove incorrect part of the docstring

parent a6f8df1f
......@@ -62,10 +62,6 @@ def sleep(seconds=0, ref=True):
*seconds* may be specified as an integer, or a float if fractional seconds
are desired.
If *seconds* is equal to or less than zero, yield control the other coroutines
without actually putting the process to sleep. The :class:`core.idle` watcher
with the highest priority is used to achieve that.
If *ref* is false, the greenlet running sleep() will not prevent gevent.run()
from exiting.
"""
......
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