summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/mailinglist.py
diff options
context:
space:
mode:
authorBarry Warsaw2012-03-15 15:53:59 -0700
committerBarry Warsaw2012-03-15 15:53:59 -0700
commiteb0aaa06741675872b0244ce6f9f0c5748391a10 (patch)
tree441a8e2b32de59f466a837f072120c36c92f60d4 /src/mailman/interfaces/mailinglist.py
parent0589c867988dc70cbe83a53bc9d1e2bbf3108b82 (diff)
parentac0f1c3916e797f3a2261e9a2631e496fb90a8f1 (diff)
downloadmailman-eb0aaa06741675872b0244ce6f9f0c5748391a10.tar.gz
mailman-eb0aaa06741675872b0244ce6f9f0c5748391a10.tar.zst
mailman-eb0aaa06741675872b0244ce6f9f0c5748391a10.zip
Diffstat (limited to 'src/mailman/interfaces/mailinglist.py')
-rw-r--r--src/mailman/interfaces/mailinglist.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/mailman/interfaces/mailinglist.py b/src/mailman/interfaces/mailinglist.py
index a3e6e443a..3c7ea9ee8 100644
--- a/src/mailman/interfaces/mailinglist.py
+++ b/src/mailman/interfaces/mailinglist.py
@@ -91,11 +91,9 @@ class IMailingList(Interface):
domain = Attribute(
"""The `IDomain` that this mailing list is defined in.""")
- real_name = Attribute("""\
- The short human-readable descriptive name for the mailing list. By
- default, this is the capitalized `list_name`, but it can be changed to
- anything. This is used in locations such as the message footers and
- Subject prefix.
+ display_name = Attribute("""\
+ The short human-readable descriptive name for the mailing list. This
+ is used in locations such as the message footers and Subject prefix.
""")
description = Attribute("""\