Explorar el Código

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

Mike Naberezny hace 11 años
padre
commit
f3dce550f2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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')