Browse Source

Docstring.

Chris McDonough 19 năm trước cách đây
mục cha
commit
77a75123c8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/supervisor/supervisord.py

+ 1 - 1
src/supervisor/supervisord.py

@@ -374,7 +374,7 @@ class Subprocess:
         return None
 
     def governor(self):
-        # Back off if respawning too frequently
+        """ Back off if respawning too frequently """
         now = time.time()
         if not self.laststart:
             pass