Merge pull request #318 from chrisforbes/patch-1

Fix typo in docstring for kill_workers
This commit is contained in:
Benoit Chesneau 2012-03-24 01:28:47 -07:00
commit 533ce5df87

View File

@ -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():