summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-02-13 06:17:58 +0000
committerGerrit Code Review <review@openstack.org>2015-02-13 06:17:58 +0000
commit0a33d68c1e35bbc66b6a3e0331dfd196c9e1c4de (patch)
tree6ef7f0f717e1adfe0e159a229ebf434d376e0e9c
parentf11f7bbda725578312be53a8baf174715e1f80bd (diff)
parent45c7b5c6e7ffc1abf8a7bbed444c1ea60e870e5e (diff)
downloadtaskflow-0a33d68c1e35bbc66b6a3e0331dfd196c9e1c4de.tar.gz
Merge "Clarify documentation related to inputs"
-rw-r--r--doc/source/inputs_and_outputs.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/source/inputs_and_outputs.rst b/doc/source/inputs_and_outputs.rst
index 7c8de76..f376343 100644
--- a/doc/source/inputs_and_outputs.rst
+++ b/doc/source/inputs_and_outputs.rst
@@ -129,9 +129,10 @@ of the engine helpers (:py:func:`~taskflow.engines.helpers.run` or
{'dog': 'dog', 'meow': 'meow', 'woof': 'woof'}
You can also directly interact with the engine storage layer to add additional
-values, note that if this route is used you can't use
-:py:func:`~taskflow.engines.helpers.run` in this case to run your engine
-(instead your must activate the engines run method directly):
+values, note that if this route is used you can't use the helper method
+:py:func:`~taskflow.engines.helpers.run`. Instead,
+you must activate the engine's run method directly
+:py:func:`~taskflow.engines.base.EngineBase.run`:
.. doctest::