From 8fa172dfab83aa68f13a9f94025c4510ea0059be Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 3 Apr 2006 19:07:07 +0000 Subject: [PATCH] Fix typo reported by Doug Ported on web-sig. --- pep-0333.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0333.txt b/pep-0333.txt index c7d33d22a..d0b6fe94f 100644 --- a/pep-0333.txt +++ b/pep-0333.txt @@ -352,7 +352,7 @@ a block boundary.) def __init__(self, application): self.application = application - def __call__(environ, start_response): + def __call__(self, environ, start_response): transform_ok = []