Преглед изворни кода

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

Mike Naberezny пре 11 година
родитељ
комит
f3dce550f2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      supervisor/rpcinterface.py

+ 1 - 1
supervisor/rpcinterface.py

@@ -67,7 +67,7 @@ class SupervisorNamespaceRPCInterface:
     def getState(self):
     def getState(self):
         """ Return current state of supervisord as a struct
         """ 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')
         self._update('getState')