From cded5172465b7bcd8bb2d013a856a898303c4b6b Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sat, 12 Jul 2008 15:01:37 +0200 Subject: fix some comments and epydocify them --- wsgitools/middlewares.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wsgitools/middlewares.py') diff --git a/wsgitools/middlewares.py b/wsgitools/middlewares.py index eb7b913..96c148e 100644 --- a/wsgitools/middlewares.py +++ b/wsgitools/middlewares.py @@ -199,7 +199,7 @@ class CachingMiddleware: @param app: is a wsgi application to be cached. @type maxage: number @param maxage: is the number of seconds a reponse may be cached. - @param storable: is a predicated that determines whether the response + @param storable: is a predicate that determines whether the response may be cached at all based on the environ dict. @param cacheable: is a predicate that determines whether this request invalidates the cache.""" -- cgit v1.2.3