Browse Source

Fix docstring for supervisor.getState(). Closes #344

Mike Naberezny 11 years ago
parent
commit
f3dce550f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      supervisor/rpcinterface.py

+ 1 - 1
supervisor/rpcinterface.py

@@ -67,7 +67,7 @@ class SupervisorNamespaceRPCInterface:
     def getState(self):
         """ Return current state of supervisord as a struct
 
-        @return struct A struct with keys string statecode, int statename
+        @return struct A struct with keys int statecode, string statename
         """
         self._update('getState')