Merge lp:~rashi007/mailman/docsfix into lp:mailman

Proposed by Rashi Karanpuria
Status: Merged
Merge reported by: Barry Warsaw
Merged at revision: not available
Proposed branch: lp:~rashi007/mailman/docsfix
Merge into: lp:mailman
Diff against target: 15 lines (+1/-2)
1 file modified
src/mailman/model/docs/mlist-addresses.rst (+1/-2)
To merge this branch: bzr merge lp:~rashi007/mailman/docsfix
Reviewer Review Type Date Requested Status
Mailman Coders Pending
Review via email: mp+253081@code.launchpad.net

Description of the change

Docs fix

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'copybump.py' (properties changed: +x to -x)
2=== modified file 'cron/crontab.in.in' (properties changed: +x to -x)
3=== modified file 'src/mailman/model/docs/mlist-addresses.rst'
4--- src/mailman/model/docs/mlist-addresses.rst 2014-04-28 15:23:35 +0000
5+++ src/mailman/model/docs/mlist-addresses.rst 2015-03-16 16:30:03 +0000
6@@ -45,8 +45,7 @@
7 >>> print(mlist.subscribe_address)
8 _xtest-subscribe@example.com
9
10-The leave (a.k.a. unsubscribe) address is where someone can email to get added
11-to the mailing list. The unsubscribe alias is a synonym for leave, but it's
12+The leave (a.k.a. unsubscribe) address is where someone can email to get removed from the mailing list. The unsubscribe alias is a synonym for leave, but it's
13 deprecated.
14
15 >>> print(mlist.leave_address)