Minor docstring edit.

This commit is contained in:
Paul J. Davis 2010-02-25 09:16:19 -05:00
parent 096da6ee39
commit f03ae0646d

View File

@ -22,8 +22,9 @@ from gunicorn import util
class Arbiter(object): class Arbiter(object):
""" """
Arbiter maintain the workers processes alive. It launches or kill them if needed. Arbiter maintain the workers processes alive. It launches or
It also manage application reloading via SIGHUP/USR2. kills them if needed. It also manages application reloading
via SIGHUP/USR2.
""" """
START_CTX = {} START_CTX = {}