Remove wording issue (track does not make sense here)

Change-Id: I68b28339d56e4421c68e2fd650e5de7e29638143
This commit is contained in:
Joshua Harlow
2014-05-25 07:29:46 -07:00
committed by Thomas Goirand
parent 2dd022a8ed
commit 47eed764de

View File

@@ -76,7 +76,7 @@ The current enumeration set that can be returned from this method is:
To aid in the reconciliation process the
:py:class:`retry <taskflow.retry.Retry>` base class also mandates ``execute``
and ``revert`` methods (although subclasses are allowed to define these methods
as no-ops) that can be used by a retry atom to track interact with the runtime
as no-ops) that can be used by a retry atom to interact with the runtime
execution model (for example, to track the number of times it has been
called which is useful for the :py:class:`~taskflow.retry.ForEach` retry
subclass).