Fix typo in docstring for kill_workers

This commit is contained in:
Chris Forbes 2012-03-20 15:53:32 +13:00
parent a62fac6e30
commit feb200d807

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