summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormelissaml <ma.lei@99cloud.net>2018-08-21 23:27:44 +0800
committermelissaml <ma.lei@99cloud.net>2018-08-21 23:28:33 +0800
commit67b0da4b06277defb68192a362d311d148338fc2 (patch)
treefca58f495707bd82c0d727c68abd7f78c56e7af7
parent76ce8c07e1709371ad12add8db2d84b5829b1518 (diff)
downloadtaskflow-67b0da4b06277defb68192a362d311d148338fc2.tar.gz
Remove the duplicated word
Change-Id: Ia9964fd613efc49479e763b6a7095d63115179ab
-rw-r--r--taskflow/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taskflow/exceptions.py b/taskflow/exceptions.py
index c21f7fb..fab32a9 100644
--- a/taskflow/exceptions.py
+++ b/taskflow/exceptions.py
@@ -258,7 +258,7 @@ class WrappedFailure(mixins.StrMixin, Exception):
why this object *may* be reraised instead of the original exception.
:param causes: the :py:class:`~taskflow.types.failure.Failure` objects
- that caused this this exception to be raised.
+ that caused this exception to be raised.
"""
def __init__(self, causes):