diff options
Diffstat (limited to 'src/mailman/model/docs')
| -rw-r--r-- | src/mailman/model/docs/registration.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mailman/model/docs/registration.rst b/src/mailman/model/docs/registration.rst index 5a4935355..fc7ad6f1a 100644 --- a/src/mailman/model/docs/registration.rst +++ b/src/mailman/model/docs/registration.rst @@ -48,7 +48,6 @@ list. In this case, verifying implies that she also confirms her wish to join the mailing list. >>> registrar.confirm(token) - True >>> mlist.members.get_member('anne@example.com') <Member: Anne Person <anne@example.com> on ant@example.com as MemberRole.member> @@ -86,7 +85,6 @@ subscribed to the mailing list. When the moderator confirms Bart's subscription, he joins the mailing list. >>> registrar.confirm(token) - True >>> mlist.members.get_member('bart@example.com') <Member: Bart Person <bart@example.com> on ant@example.com as MemberRole.member> |
