Commit c7ec6cf2 authored by Denis Bilenko's avatar Denis Bilenko

minor formatting change

parent a0b19c3d
......@@ -166,8 +166,7 @@ class Greenlet(greenlet):
def successful(self):
"""Return true if and only if the greenlet has finished execution successfully,
that is, without raising an error.
"""
that is, without raising an error."""
return self._exception is None
def __repr__(self):
......
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