diff options
author | bwarsaw <> | 2003-12-22 18:52:29 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-12-22 18:52:29 +0000 |
commit | 556bdb0478011df0345cbd3800c825b022e472ab (patch) | |
tree | f4bab2c73eb5a652064d3625b98380832b4b1bce /Mailman | |
parent | c3ecd9ac71f5c6438a2cb681ca57e22d65fc3b98 (diff) | |
download | mailman2-556bdb0478011df0345cbd3800c825b022e472ab.tar.gz mailman2-556bdb0478011df0345cbd3800c825b022e472ab.tar.xz mailman2-556bdb0478011df0345cbd3800c825b022e472ab.zip |
Comment repair.
Diffstat (limited to 'Mailman')
-rw-r--r-- | Mailman/Cgi/admindb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Cgi/admindb.py b/Mailman/Cgi/admindb.py index 05532f03..abafacca 100644 --- a/Mailman/Cgi/admindb.py +++ b/Mailman/Cgi/admindb.py @@ -155,7 +155,7 @@ def main(): realname = mlist.real_name if not cgidata.keys(): # If this is not a form submission (i.e. there are no keys in the - # form), then all we don't need to do much special. + # form), then we don't need to do much special. doc.SetTitle(_('%(realname)s Administrative Database')) elif not details: # This is a form submission |