Commit 5dfe912d authored by Jason Madden's avatar Jason Madden Committed by GitHub

Merge pull request #1386 from carsonip/patch-1

Fix minor typo in docstring
parents 9b4a7363 74d26973
......@@ -58,7 +58,7 @@ class Waiter(object):
.. warning::
This a limited and dangerous way to communicate between
This is a limited and dangerous way to communicate between
greenlets. It can easily leave a greenlet unscheduled forever
if used incorrectly. Consider using safer classes such as
:class:`gevent.event.Event`, :class:`gevent.event.AsyncResult`,
......
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