From dc0bdb50f4ffcb43a15360a4eee936f5cf4f32b5 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Tue, 29 Sep 2015 17:01:45 -0700 Subject: [PATCH] Fix 'dependened upon' spelling error Change-Id: I2f9888381805d584a2d1e17c14e85f3d6885404c --- taskflow/types/failure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskflow/types/failure.py b/taskflow/types/failure.py index a0084bb8..34c30473 100644 --- a/taskflow/types/failure.py +++ b/taskflow/types/failure.py @@ -86,7 +86,7 @@ class Failure(mixins.StrMixin): re-used later to re-raise, inspect, examine, log, print, serialize, deserialize... - One example where they are dependened upon is in the WBE engine. When a + One example where they are depended upon is in the WBE engine. When a remote worker throws an exception, the WBE based engine will receive that exception and desire to reraise it to the user/caller of the WBE based engine for appropriate handling (this matches the behavior of non-remote