summaryrefslogtreecommitdiff
path: root/Mailman/MailList.py
diff options
context:
space:
mode:
authorbwarsaw2000-08-03 05:14:43 +0000
committerbwarsaw2000-08-03 05:14:43 +0000
commit208b7cd44d065ee844a79009a631111f067b5170 (patch)
treed8ff0ddc07ae5ac2640b277a8caf5ca7fe2a388a /Mailman/MailList.py
parentee6bf28a57f95acbe985cf8a539acbce4156d66a (diff)
downloadmailman-208b7cd44d065ee844a79009a631111f067b5170.tar.gz
mailman-208b7cd44d065ee844a79009a631111f067b5170.tar.zst
mailman-208b7cd44d065ee844a79009a631111f067b5170.zip
GetConfigInfo(): Explain that `web_page_url' must end in a single
slash.
Diffstat (limited to 'Mailman/MailList.py')
-rw-r--r--Mailman/MailList.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/MailList.py b/Mailman/MailList.py
index d83e65244..7bc35213b 100644
--- a/Mailman/MailList.py
+++ b/Mailman/MailList.py
@@ -544,7 +544,7 @@ it will not be changed."""),
" multiple addresses."),
('web_page_url', mm_cfg.String, WIDTH, 0,
- 'Base URL for Mailman web interface',
+ 'Base URL for Mailman web interface (must end in a single "/")',
"This is the common root for all mailman URLs concerning this"
" list. It is also used in the listinfo overview of mailing"