Commit faf074ff authored by Denis Bilenko's avatar Denis Bilenko

minor change in docstring formatting

parent 0cbde3b7
......@@ -144,8 +144,8 @@ class Greenlet(greenlet):
- successful
Additionally,
-'value' attribute holds the result of the greenlet or None if the greenlet has no result.
-'exception' attribute holds the exception instance that greenlet has raised or None
- 'value' attribute holds the result of the greenlet or None if the greenlet has no result.
- 'exception' attribute holds the exception instance that greenlet has raised or None
To start a function in another greenlet, pass it and its arguments to Greenlet constructor
and call start():
......
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