diff options
| author | Barry Warsaw | 2015-05-05 01:32:28 +0000 |
|---|---|---|
| committer | Barry Warsaw | 2015-05-05 01:32:28 +0000 |
| commit | a80c61699f2e3bf60af44fac221ead8bdeff368c (patch) | |
| tree | 0d17c1a25177a25e3c3dcbb15219d30946ee86b6 /src/mailman/model | |
| parent | 18683868449fd855fcf68a82aef36a7c808e916e (diff) | |
| parent | 597e5532d06892cdefdffe79a324660d49a6f4b1 (diff) | |
| download | mailman-a80c61699f2e3bf60af44fac221ead8bdeff368c.tar.gz mailman-a80c61699f2e3bf60af44fac221ead8bdeff368c.tar.zst mailman-a80c61699f2e3bf60af44fac221ead8bdeff368c.zip | |
Merge branch 'lp1165589' into 'master'
Prove that LP: #1165589 doesn't affect Mailman 3
This bug doesn't affect MM3. Add a test to prove this. Drive-by typo fix. Only apply this to MM3.1 since there's no bug here.
See merge request !7
Diffstat (limited to 'src/mailman/model')
| -rw-r--r-- | src/mailman/model/docs/mlist-addresses.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mailman/model/docs/mlist-addresses.rst b/src/mailman/model/docs/mlist-addresses.rst index d546b4962..456fc985c 100644 --- a/src/mailman/model/docs/mlist-addresses.rst +++ b/src/mailman/model/docs/mlist-addresses.rst @@ -45,9 +45,9 @@ deprecated. >>> print(mlist.subscribe_address) _xtest-subscribe@example.com -The leave (a.k.a. unsubscribe) address is where someone can email to get added -to the mailing list. The unsubscribe alias is a synonym for leave, but it's -deprecated. +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 deprecated. >>> print(mlist.leave_address) _xtest-leave@example.com |
