[Supervisor-checkins] r798 - supervisor/trunk/src/supervisor

Mike Naberezny mike at maintainable.com
Mon Aug 11 00:57:52 EDT 2008


Author: Mike Naberezny <mike at maintainable.com>
Date: Mon Aug 11 00:57:52 2008
New Revision: 798

Log:
Fixed docstring.

Modified:
   supervisor/trunk/src/supervisor/rpcinterface.py

Modified: supervisor/trunk/src/supervisor/rpcinterface.py
==============================================================================
--- supervisor/trunk/src/supervisor/rpcinterface.py	(original)
+++ supervisor/trunk/src/supervisor/rpcinterface.py	Mon Aug 11 00:57:52 2008
@@ -165,7 +165,7 @@
     def addProcessGroup(self, name):
         """ Update the config for a running process from config file.
 
-        @param string name         name of process to start
+        @param string name         name of process group to add
         @return boolean result     true if successful
         """
         self._update('addProcessGroup')
@@ -181,7 +181,7 @@
     def removeProcessGroup(self, name):
         """ Remove a stopped process from the active configuration.
 
-        @param string name         name of process to remove
+        @param string name         name of process group to remove
         @return boolean result     Indicates wether the removal was successful
         """
         self._update('removeProcessGroup')


More information about the Supervisor-checkins mailing list