summaryrefslogtreecommitdiff
path: root/doc/source/persistence.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-04-01 19:48:52 +0000
committerGerrit Code Review <review@openstack.org>2015-04-01 19:48:52 +0000
commit3af076d72520b528775d3d43e6bc2b5344ddbab5 (patch)
tree92ee09b9e5b33c05440f3db65f1df3c8e388bdca /doc/source/persistence.rst
parent3d7568d7b9c76aacd59320a00db0faca5c1827e2 (diff)
parent5544d71bc897906253cf98771129f2997f4e19ae (diff)
downloadtaskflow-0.8.1.tar.gz
Merge "Fix a couple of spelling and grammar errors"0.8.1
Diffstat (limited to 'doc/source/persistence.rst')
-rw-r--r--doc/source/persistence.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/persistence.rst b/doc/source/persistence.rst
index 53b01aa..a0731a3 100644
--- a/doc/source/persistence.rst
+++ b/doc/source/persistence.rst
@@ -70,7 +70,7 @@ from a previous run) they will begin executing only after any dependent inputs
are ready. This is done by analyzing the execution graph and looking at
predecessor :py:class:`~taskflow.persistence.logbook.AtomDetail` outputs and
states (which may have been persisted in a past run). This will result in
-either using there previous information or by running those predecessors and
+either using their previous information or by running those predecessors and
saving their output to the :py:class:`~taskflow.persistence.logbook.FlowDetail`
and :py:class:`~taskflow.persistence.base.Backend` objects. This
execution, analysis and interaction with the storage objects continues (what is
@@ -81,7 +81,7 @@ will have succeeded or failed in its attempt to run the workflow).
**Post-execution:** Typically when an engine is done running the logbook would
be discarded (to avoid creating a stockpile of useless data) and the backend
storage would be told to delete any contents for a given execution. For certain
-use-cases though it may be advantageous to retain logbooks and there contents.
+use-cases though it may be advantageous to retain logbooks and their contents.
A few scenarios come to mind: