From 76446ad8d38532f268139481dfba0dd05a631e57 Mon Sep 17 00:00:00 2001 From: benoitc Date: Fri, 16 Mar 2012 05:57:20 +0100 Subject: [PATCH] fix typo. close #311 --- gunicorn/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn/config.py b/gunicorn/config.py index a91dfbb8..0e6f69b0 100644 --- a/gunicorn/config.py +++ b/gunicorn/config.py @@ -481,7 +481,7 @@ class LimitRequestFieldSize(Setting): type = "int" default = 8190 desc= """\ - Limit he allowed size of an HTTP request header field. + Limit the allowed size of an HTTP request header field. Value is a number from 0 (unlimited) to 8190. to set the limit on the allowed size of an HTTP request header field.