Commit 74d26973 authored by Carson Ip's avatar Carson Ip Committed by GitHub

Fix minor typo in docstring

parent 9b4a7363
......@@ -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