From 0e020870f2a7295d118916a774a0069878cfa72a Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Wed, 24 Jun 2009 23:07:42 +0200 Subject: fixed an epydoc comment in digest --- wsgitools/digest.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wsgitools/digest.py b/wsgitools/digest.py index c3485e7..695272c 100755 --- a/wsgitools/digest.py +++ b/wsgitools/digest.py @@ -348,8 +348,7 @@ class DBAPI2NonceStore(NonceStoreBase): """ def __init__(self, dbhandle, maxage=300, maxuses=5, table="nonces"): """ - @type filename: str - @param filename: the path to the bsddb file that is used as backingstore + @param dbhandle: is a dbapi2 connection @type maxage: int @param maxage: is the number of seconds a nonce may be valid. Choosing a large value may result in more memory usage whereas a smaller -- cgit v1.2.3