From 3dae285a7cfe650a1e4e89013b697537cad51870 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Sat, 19 Apr 2014 22:36:52 -0700 Subject: [PATCH] Stings -> Strings Fix spelling mistake. Change-Id: Iadbd3663a8f1cc8e95a754a165ef682490736256 --- taskflow/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskflow/exceptions.py b/taskflow/exceptions.py index f526068e..95e378af 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. """