From 47eed764de58fda0a05cfc7e42b532a10566f225 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Sun, 25 May 2014 07:29:46 -0700 Subject: [PATCH] Remove wording issue (track does not make sense here) Change-Id: I68b28339d56e4421c68e2fd650e5de7e29638143 --- doc/source/atoms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/atoms.rst b/doc/source/atoms.rst index fb4b086b..85086346 100644 --- a/doc/source/atoms.rst +++ b/doc/source/atoms.rst @@ -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 ` 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).