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