diff options
author | bwarsaw <> | 2003-12-01 01:50:40 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-12-01 01:50:40 +0000 |
commit | 69e9d4773ddf364ff24c8f8bbfc6242b93a4a378 (patch) | |
tree | 48112ec2b2d4ebfa424353b427dfa5b55a437aba | |
parent | e94c2e941b164f38979fa19cf269139365c662f6 (diff) | |
download | mailman2-69e9d4773ddf364ff24c8f8bbfc6242b93a4a378.tar.gz mailman2-69e9d4773ddf364ff24c8f8bbfc6242b93a4a378.tar.xz mailman2-69e9d4773ddf364ff24c8f8bbfc6242b93a4a378.zip |
Fix a small comment bug.
-rw-r--r-- | Mailman/Queue/ArchRunner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Queue/ArchRunner.py b/Mailman/Queue/ArchRunner.py index 14097332..70114bdc 100644 --- a/Mailman/Queue/ArchRunner.py +++ b/Mailman/Queue/ArchRunner.py @@ -14,7 +14,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -"""Outgoing queue runner.""" +"""Archive queue runner.""" import time from email.Utils import parsedate_tz, mktime_tz, formatdate |