summaryrefslogtreecommitdiff
path: root/mailman/interfaces/mailinglist.py
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/interfaces/mailinglist.py')
-rw-r--r--mailman/interfaces/mailinglist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/interfaces/mailinglist.py b/mailman/interfaces/mailinglist.py
index a5f6a9e9a..8a9967e89 100644
--- a/mailman/interfaces/mailinglist.py
+++ b/mailman/interfaces/mailinglist.py
@@ -147,7 +147,7 @@ class IMailingList(Interface):
last_post_date = Attribute(
"""The date and time a message was last posted to the mailing list.""")
- post_number = Attribute(
+ post_id = Attribute(
"""A monotonically increasing integer sequentially assigned to each
list posting.""")