Fix a typo in taskflow docs

Fix a misspelling, I think it should other than instead of other then.

Change-Id: I133652f4ee8c9edc1c12cf71cd7372e730162df5
This commit is contained in:
leizhang 2015-05-04 17:21:51 +08:00
parent 46ac8da1c2
commit 21f49858e3

View File

@ -84,7 +84,7 @@ Rebinding
---------
**Why:** There are cases when the value you want to pass to a task/retry is
stored with a name other then the corresponding arguments name. That's when the
stored with a name other than the corresponding arguments name. That's when the
``rebind`` constructor parameter comes in handy. Using it the flow author
can instruct the engine to fetch a value from storage by one name, but pass it
to a tasks/retrys ``execute`` method with another name. There are two possible