summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/mailinglist.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/interfaces/mailinglist.py')
-rw-r--r--src/mailman/interfaces/mailinglist.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mailman/interfaces/mailinglist.py b/src/mailman/interfaces/mailinglist.py
index 75fdce327..2d2062d9c 100644
--- a/src/mailman/interfaces/mailinglist.py
+++ b/src/mailman/interfaces/mailinglist.py
@@ -316,7 +316,8 @@ class IMailingList(Interface):
being collected.""")
digest_send_periodic = Attribute(
- "Should a digest be sent daily even when the size threshold isn't met?")
+ """Should a digest be sent by the `mailman send_digest` command even
+ when the size threshold hasn't yet been met?""")
digest_volume_frequency = Attribute(
"""How often should a new digest volume be started?""")