From 2c607a3b8e0584fa20ce38095c9158f623501cee Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Wed, 30 Nov 2011 20:28:22 +0100 Subject: documentation update * added a number of internal links (L{...}) * some fixes * some additions --- wsgitools/filters.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wsgitools/filters.py') diff --git a/wsgitools/filters.py b/wsgitools/filters.py index e455cbe..7ae1b69 100644 --- a/wsgitools/filters.py +++ b/wsgitools/filters.py @@ -383,8 +383,7 @@ class GzipWSGIFilter(BaseWSGIFilter): def __init__(self, flush=True): """ @type flush: bool - @param flush: when true does not pump data necessarily immediately but - accumulate to get a better compression ratio + @param flush: whether or not the filter should always flush the buffer """ BaseWSGIFilter.__init__(self) self.flush = flush -- cgit v1.2.3