summaryrefslogtreecommitdiff
path: root/src/mailman/archiving/prototype.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/archiving/prototype.py')
-rw-r--r--src/mailman/archiving/prototype.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/archiving/prototype.py b/src/mailman/archiving/prototype.py
index 55d78074e..f041d4450 100644
--- a/src/mailman/archiving/prototype.py
+++ b/src/mailman/archiving/prototype.py
@@ -60,6 +60,6 @@ class Prototype:
return urljoin(Prototype.list_url(mlist), message_id_hash)
@staticmethod
- def archive_message(mlist, message):
+ def archive_message(mlist, msg):
"""See `IArchiver`."""
raise NotImplementedError