diff options
| author | bwarsaw | 2001-03-01 07:05:52 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-03-01 07:05:52 +0000 |
| commit | bf21f246d5568a2d55898974bf135791e2da3b35 (patch) | |
| tree | a011c893ecb5e0ec9794dee94d85e39a750dfc43 /Mailman/MailList.py | |
| parent | 539fa59e09494dcbd758f8474f0eb878d1160e94 (diff) | |
| download | mailman-bf21f246d5568a2d55898974bf135791e2da3b35.tar.gz mailman-bf21f246d5568a2d55898974bf135791e2da3b35.tar.zst mailman-bf21f246d5568a2d55898974bf135791e2da3b35.zip | |
GetConfigInfo(): Fixed typo.
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 079876425..4a88001a1 100644 --- a/Mailman/MailList.py +++ b/Mailman/MailList.py @@ -704,7 +704,7 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin, to whether another option restricts posting to members. <ul> - <li>If y<i>member_posting_only</i> is 'yes', then entries + <li>If <i>member_posting_only</i> is 'yes', then entries added here will have posting privilege in addition to list members. |
