diff options
| author | Barry Warsaw | 2011-09-23 15:31:49 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2011-09-23 15:31:49 -0400 |
| commit | 416db276612ac6338524ce350e3b87216ffaffb7 (patch) | |
| tree | b29605f97447d5a4daf32f392b9c8f9d41981bd2 /src/mailman/interfaces/member.py | |
| parent | e4b34fefabd2ae3f14db83e96076fe741aa7c5b8 (diff) | |
| download | mailman-416db276612ac6338524ce350e3b87216ffaffb7.tar.gz mailman-416db276612ac6338524ce350e3b87216ffaffb7.tar.zst mailman-416db276612ac6338524ce350e3b87216ffaffb7.zip | |
Diffstat (limited to 'src/mailman/interfaces/member.py')
| -rw-r--r-- | src/mailman/interfaces/member.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mailman/interfaces/member.py b/src/mailman/interfaces/member.py index 0a8a5cfd5..5073b3059 100644 --- a/src/mailman/interfaces/member.py +++ b/src/mailman/interfaces/member.py @@ -184,7 +184,7 @@ class IMember(Interface): receive_list_copy = Attribute( """Should an explicit recipient receive a list copy? - Unlike going through the preferences, this attribute return the + Unlike going through `preferences`, this attribute returns the preference value based on the following lookup order: 1. The member @@ -196,7 +196,7 @@ class IMember(Interface): receive_own_postings = Attribute( """Should the poster get a list copy of their own messages? - Unlike going through the preferences, this attribute return the + Unlike going through `preferences`, this attribute returns the preference value based on the following lookup order: 1. The member @@ -208,7 +208,7 @@ class IMember(Interface): delivery_mode = Attribute( """The preferred delivery mode. - Unlike going through the preferences, this attribute return the + Unlike going through `preferences`, this attribute returns the preference value based on the following lookup order: 1. The member @@ -220,7 +220,7 @@ class IMember(Interface): delivery_status = Attribute( """The delivery status. - Unlike going through the preferences, this attribute return the + Unlike going through `preferences`, this attribute returns the preference value based on the following lookup order: 1. The member |
