Parcourir la source

Fix typos in docstrings

Mike Naberezny il y a 10 ans
Parent
commit
7e9ee499c7
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      supervisor/rpcinterface.py

+ 2 - 2
supervisor/rpcinterface.py

@@ -62,7 +62,7 @@ class SupervisorNamespaceRPCInterface:
         return VERSION
 
     def getIdentification(self):
-        """ Return identifiying string of supervisord
+        """ Return identifying string of supervisord
 
         @return string identifier identifying string
         """
@@ -195,7 +195,7 @@ class SupervisorNamespaceRPCInterface:
         """ Remove a stopped process from the active configuration.
 
         @param string name         name of process group to remove
-        @return boolean result     Indicates wether the removal was successful
+        @return boolean result     Indicates whether the removal was successful
         """
         self._update('removeProcessGroup')
         if name not in self.supervisord.process_groups: