Commit 9e32fb9d authored by Denis Bilenko's avatar Denis Bilenko

fix a docstring

parent c25798d1
...@@ -229,7 +229,7 @@ class Waiter(object): ...@@ -229,7 +229,7 @@ class Waiter(object):
.. warning:: .. warning::
This a limited and dangerous way to communicate between greenlets. It can easily This a limited and dangerous way to communicate between greenlets. It can easily
left a greenlet unscheduled forever if used incorrectly. Consider using safer leave a greenlet unscheduled forever if used incorrectly. Consider using safer
:class:`Event`/:class:`AsyncResult`/:class:`Queue` classes. :class:`Event`/:class:`AsyncResult`/:class:`Queue` classes.
""" """
......
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