Fixing a typo.

This commit is contained in:
Ryan Petrello
2012-03-17 16:02:29 -04:00
parent 056288141c
commit cfa54b0491

View File

@@ -122,7 +122,7 @@ class DebugMiddleware(object):
def __call__(self, environ, start_response):
assert not environ['wsgi.multiprocess'], (
"The EvalException middleware is not usable in a "
"The DebugMiddleware middleware is not usable in a "
"multi-process environment")
try:
return self.app(environ, start_response)