ソースを参照

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):
         """ 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')