Commit aac00d2f authored by Jason Madden's avatar Jason Madden Committed by GitHub

Merge pull request #1075 from felixonmars/fix-typo

correct a typo in src/gevent/greenlet.py
[skip ci]
parents debb8d83 6dda830a
......@@ -322,7 +322,7 @@ class Greenlet(greenlet):
return (e[0], e[1], load_traceback(e[2]))
def throw(self, *args):
"""Immediatelly switch into the greenlet and raise an exception in it.
"""Immediately switch into the greenlet and raise an exception in it.
Should only be called from the HUB, otherwise the current greenlet is left unscheduled forever.
To raise an exception in a safe manner from any greenlet, use :meth:`kill`.
......
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