From 588f93a5cd35890414ef497e2f022a54adbb42f7 Mon Sep 17 00:00:00 2001 From: Intchanter Date: Sun, 15 Jul 2012 00:57:53 -0600 Subject: [PATCH] Made some language clearer. --- doc/ref/states/ordering.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref/states/ordering.rst b/doc/ref/states/ordering.rst index 797c83e15b..4010f633fc 100644 --- a/doc/ref/states/ordering.rst +++ b/doc/ref/states/ordering.rst @@ -143,8 +143,8 @@ restarted. Watch and the Watcher Function ------------------------------ -The watch requisite is based on the ``watcher`` function, state Python -modules can include a function called watcher, this function is then called +The watch requisite is based on the ``watcher`` function. Python state +modules can include a function called ``watcher`` which is then called if the watch call is invoked. In the case of the service module the underlying service is restarted. In the case of the cmd state the command is executed.