Explorar o código

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

Mike Naberezny %!s(int64=11) %!d(string=hai) anos
pai
achega
f3dce550f2
Modificáronse 1 ficheiros con 1 adicións e 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')