summaryrefslogtreecommitdiff
path: root/wsgitools/middlewares.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2008-07-12 15:01:37 +0200
committerHelmut Grohne <helmut@subdivi.de>2008-07-12 15:01:37 +0200
commitcded5172465b7bcd8bb2d013a856a898303c4b6b (patch)
tree4312e897e6f05d321532372d4b5b18ccf6b44b9a /wsgitools/middlewares.py
parent3519854edbc2a1abb82e719306a074bddb8b18a7 (diff)
downloadwsgitools-cded5172465b7bcd8bb2d013a856a898303c4b6b.tar.gz
fix some comments and epydocify them
Diffstat (limited to 'wsgitools/middlewares.py')
-rw-r--r--wsgitools/middlewares.py2
1 files changed, 1 insertions, 1 deletions
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."""