fix minor typo in docs so it matches the code

This commit is contained in:
Travis Swicegood 2010-09-14 20:28:57 -05:00 committed by benoitc
parent d832391eee
commit 2209c83c3e

View File

@ -15,7 +15,7 @@ class TestIter(object):
time.sleep(20)
def app(environ, start_response):
"""Application which cooperatively pauses 10 seconds before responding"""
"""Application which cooperatively pauses 20 seconds (needed to surpass normal timeouts) before responding"""
data = 'Hello, World!\n'
status = '200 OK'
response_headers = [