From 9eab7c50e3a5413fdaf8d3bf6be22cf28ad3f09d Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Thu, 14 Nov 2013 18:15:47 -0800 Subject: Fixed a misspelling in Tagger.py --- Mailman/Handlers/Tagger.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mailman') diff --git a/Mailman/Handlers/Tagger.py b/Mailman/Handlers/Tagger.py index 6729b76d..cb90bfc4 100644 --- a/Mailman/Handlers/Tagger.py +++ b/Mailman/Handlers/Tagger.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2013 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -71,7 +71,7 @@ def process(mlist, msg, msgdata): if hits: msgdata['topichits'] = hits.keys() change_header('X-Topics', NLTAB.join(hits.keys()), - mlist, msg, msgdata, Delete=False) + mlist, msg, msgdata, delete=False) -- cgit v1.2.3