From b2c45f1df45c94660969d5f5421c84841d408799 Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Fri, 7 May 2010 19:08:43 -0400 Subject: [PATCH] Missing r-paren --- examples/gunicorn.conf.py.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.