diff options
| author | Barry Warsaw | 2012-03-15 15:53:59 -0700 |
|---|---|---|
| committer | Barry Warsaw | 2012-03-15 15:53:59 -0700 |
| commit | eb0aaa06741675872b0244ce6f9f0c5748391a10 (patch) | |
| tree | 441a8e2b32de59f466a837f072120c36c92f60d4 /src/mailman/interfaces/mailinglist.py | |
| parent | 0589c867988dc70cbe83a53bc9d1e2bbf3108b82 (diff) | |
| parent | ac0f1c3916e797f3a2261e9a2631e496fb90a8f1 (diff) | |
| download | mailman-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.py | 8 |
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("""\ |
