diff options
| author | Joshua Harlow <harlowja@gmail.com> | 2014-04-19 22:36:52 -0700 |
|---|---|---|
| committer | Joshua Harlow <harlowja@gmail.com> | 2014-04-19 22:36:52 -0700 |
| commit | 3209820b8d37483ce9f37efe1c30c19588e06bf9 (patch) | |
| tree | 283e4d1576747c79773ceca8e5ecf0dafe7e0c76 /taskflow/exceptions.py | |
| parent | 963330242f773eaa1dda6eac07b470ac75eabf51 (diff) | |
| download | taskflow-3209820b8d37483ce9f37efe1c30c19588e06bf9.tar.gz | |
Stings -> Strings
Fix spelling mistake.
Change-Id: Iadbd3663a8f1cc8e95a754a165ef682490736256
Diffstat (limited to 'taskflow/exceptions.py')
| -rw-r--r-- | taskflow/exceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/taskflow/exceptions.py b/taskflow/exceptions.py index f526068..95e378a 100644 --- a/taskflow/exceptions.py +++ b/taskflow/exceptions.py @@ -154,7 +154,7 @@ class WrappedFailure(Exception): """Check if any of exc_classes caused (part of) the failure. Arguments of this method can be exception types or type names - (stings). If any of wrapped failures were caused by exception + (strings). If any of wrapped failures were caused by exception of given type, the corresponding argument is returned. Else, None is returned. """ |
