Remove the duplicated word

Change-Id: Ia9964fd613efc49479e763b6a7095d63115179ab
This commit is contained in:
melissaml 2018-08-21 23:27:44 +08:00
parent 76ce8c07e1
commit 67b0da4b06
1 changed files with 1 additions and 1 deletions

View File

@ -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):