diff --git a/examples/gunicorn.conf.py.sample b/examples/gunicorn.conf.py.sample index 505fe81c..14281030 100644 --- a/examples/gunicorn.conf.py.sample +++ b/examples/gunicorn.conf.py.sample @@ -124,7 +124,7 @@ spew = False # A valid value for the os.umask(mode) call or a string # compatible with int(value, 0) (0 means Python guesses # the base, so values like "0", "0xFF", "0022" are valid -# for decimal, hex, and octal representations. +# for decimal, hex, and octal representations) # # tmp_upload_dir - A directory to store temporary request data when # requests are read. This will most likely be disappearing soon.