Commit 5edbddae authored by Ralf Schmitt's avatar Ralf Schmitt

greenlet.py: fix typo in docstring

--HG--
extra : transplant_source : w.%AE%AD%C6%F3%D8%3E%18%1A%18e%2C%CEH%80%9BZ%E1%0E
parent 94568c07
......@@ -293,7 +293,7 @@ class Greenlet(greenlet):
If block is ``True`` (the default), wait until the greenlet dies or the optional timeout expires.
If block is ``False``, the current greenlet is not unscheduled.
The function always returns ``None`` and never raises an errir.
The function always returns ``None`` and never raises an error.
`Changed in version 0.13.0:` *block* is now ``True`` by default.
"""
......
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