Fix typo spotted by Benoit

This commit is contained in:
Paul J. Davis 2010-05-07 19:29:47 -04:00
parent 6d2ee3af34
commit c515a91c4c

View File

@ -118,7 +118,7 @@ spew = False
# can be retrieved with a call to pwd.getgrnam(value) or None # can be retrieved with a call to pwd.getgrnam(value) or None
# to change the worker processes group. # to change the worker processes group.
# #
# umask - A mask for file permissions written by Gunicorn. Not that # umask - A mask for file permissions written by Gunicorn. Note that
# this affects unix socket permissions. # this affects unix socket permissions.
# #
# A valid value for the os.umask(mode) call or a string # A valid value for the os.umask(mode) call or a string