From 046d626712723a275bf9c33220c20be2b231be73 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Mon, 22 Sep 2008 22:49:10 +0200 Subject: improve comments --- wsgitools/digest.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wsgitools/digest.py') diff --git a/wsgitools/digest.py b/wsgitools/digest.py index c943c92..63227be 100755 --- a/wsgitools/digest.py +++ b/wsgitools/digest.py @@ -54,6 +54,7 @@ class AuthTokenGenerator: """ @type realm: str @param realm: is a string according to RFC2617. + @type getpass: str -> str @param getpass: this function is called with a username and password is expected as result. None may be used as an invalid password.""" self.realm = realm -- cgit v1.2.3