|
@@ -69,8 +69,8 @@ class BaseAsyncResult(object):
|
|
|
|
|
|
def ready(self):
|
|
|
"""Returns ``True`` if the task executed successfully, or raised
|
|
|
- an exception. If the task is still running, pending, or is waiting for retry
|
|
|
- then ``False`` is returned.
|
|
|
+ an exception. If the task is still running, pending, or is waiting
|
|
|
+ for retry then ``False`` is returned.
|
|
|
|
|
|
:rtype: bool
|
|
|
|