diff options
author | Helmut Grohne <helmut@subdivi.de> | 2009-06-24 23:07:42 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2009-06-24 23:07:42 +0200 |
commit | 0e020870f2a7295d118916a774a0069878cfa72a (patch) | |
tree | ead9d5d553bb76d1293f73d3b86a85ed5053c16f /wsgitools | |
parent | 92a35e0e81725d6fa26df8a7cb88d22cb24575c3 (diff) | |
download | wsgitools-0e020870f2a7295d118916a774a0069878cfa72a.tar.gz |
fixed an epydoc comment in digest
Diffstat (limited to 'wsgitools')
-rwxr-xr-x | wsgitools/digest.py | 3 |
1 files changed, 1 insertions, 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 |