Skip to content

Commit

Permalink
Fix typo in docstring for kill_workers
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisforbes committed Mar 20, 2012
1 parent a62fac6 commit feb200d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gunicorn/arbiter.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ def spawn_workers(self):

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

0 comments on commit feb200d

Please sign in to comment.