mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix typo in docstring for kill_workers
This commit is contained in:
parent
a62fac6e30
commit
feb200d807
@ -480,7 +480,7 @@ class Arbiter(object):
|
|||||||
|
|
||||||
def kill_workers(self, sig):
|
def kill_workers(self, sig):
|
||||||
"""\
|
"""\
|
||||||
Lill all workers with the signal `sig`
|
Kill all workers with the signal `sig`
|
||||||
:attr sig: `signal.SIG*` value
|
:attr sig: `signal.SIG*` value
|
||||||
"""
|
"""
|
||||||
for pid in self.WORKERS.keys():
|
for pid in self.WORKERS.keys():
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user