diff options
| author | Barry Warsaw | 2015-05-04 21:27:56 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2015-05-04 21:27:56 -0400 |
| commit | 597e5532d06892cdefdffe79a324660d49a6f4b1 (patch) | |
| tree | 0d17c1a25177a25e3c3dcbb15219d30946ee86b6 /src | |
| parent | d2f972fc46407da28f2b30efbba3ad3bf95392d5 (diff) | |
| download | mailman-597e5532d06892cdefdffe79a324660d49a6f4b1.tar.gz mailman-597e5532d06892cdefdffe79a324660d49a6f4b1.tar.zst mailman-597e5532d06892cdefdffe79a324660d49a6f4b1.zip | |
Fix a typo. Found by Rashi Karanpuria.
Diffstat (limited to 'src')
| -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 |
