summaryrefslogtreecommitdiff
path: root/paste/wsgilib.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2006-05-07 04:18:30 +0000
committerianb <devnull@localhost>2006-05-07 04:18:30 +0000
commit350ddd54c166ed56a1e4d8abb9d592d9caa1db6b (patch)
treeed8b7e06d5b9afebd9cebf435b3440836e596d8f /paste/wsgilib.py
parent319b6b16fb1047a3cd29ac2c88e30ecb97497d78 (diff)
downloadpaste-350ddd54c166ed56a1e4d8abb9d592d9caa1db6b.tar.gz
fix for example in docstring0.9.1
Diffstat (limited to 'paste/wsgilib.py')
-rw-r--r--paste/wsgilib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/wsgilib.py b/paste/wsgilib.py
index 5f1ec1a..d83799a 100644
--- a/paste/wsgilib.py
+++ b/paste/wsgilib.py
@@ -370,7 +370,7 @@ def intercept_output(environ, application, conditional=None,
def dehtmlifying_middleware(application):
def replacement_app(environ, start_response):
- status, headers, body = capture_output(
+ status, headers, body = intercept_output(
environ, application)
content_type = header_value(headers, 'content-type')
if (not content_type