diff options
| author | bwarsaw | 2000-08-03 05:14:43 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-08-03 05:14:43 +0000 |
| commit | 208b7cd44d065ee844a79009a631111f067b5170 (patch) | |
| tree | d8ff0ddc07ae5ac2640b277a8caf5ca7fe2a388a /Mailman/MailList.py | |
| parent | ee6bf28a57f95acbe985cf8a539acbce4156d66a (diff) | |
| download | mailman-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.py | 2 |
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" |
