Fix typo reported by Doug Ported on web-sig.

This commit is contained in:
Guido van Rossum 2006-04-03 19:07:07 +00:00
parent bbfdc5f6b0
commit 8fa172dfab
1 changed files with 1 additions and 1 deletions

View File

@ -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 = []