summaryrefslogtreecommitdiff
path: root/wsgitools/filters.py
diff options
context:
space:
mode:
Diffstat (limited to 'wsgitools/filters.py')
-rw-r--r--wsgitools/filters.py3
1 files changed, 1 insertions, 2 deletions
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