summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/subscriptions.py
diff options
context:
space:
mode:
authorBarry Warsaw2016-01-13 19:49:16 -0500
committerBarry Warsaw2016-01-13 19:49:16 -0500
commita4ebbd164bdba4a7ede651dfcf802c300e8e9743 (patch)
treee3939215fbe8066f059dc8bd131c699715ac7537 /src/mailman/interfaces/subscriptions.py
parentbbe2a437d2c1b369cc05abd0dae9305c36561202 (diff)
downloadmailman-a4ebbd164bdba4a7ede651dfcf802c300e8e9743.tar.gz
mailman-a4ebbd164bdba4a7ede651dfcf802c300e8e9743.tar.zst
mailman-a4ebbd164bdba4a7ede651dfcf802c300e8e9743.zip
Diffstat (limited to 'src/mailman/interfaces/subscriptions.py')
-rw-r--r--src/mailman/interfaces/subscriptions.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mailman/interfaces/subscriptions.py b/src/mailman/interfaces/subscriptions.py
index 4efa41ce5..41ebcfa64 100644
--- a/src/mailman/interfaces/subscriptions.py
+++ b/src/mailman/interfaces/subscriptions.py
@@ -109,11 +109,9 @@ class ISubscriptionService(Interface):
digest member), the member can appear multiple times in this
list.
- The subscriber argument may contain an asterisk, which will be
- interpreted as a joker in the search pattern.
-
:param subscriber: The email address or user id of the user getting
- subscribed.
+ subscribed. This argument may contain asterisks, which will be
+ interpreted as wildcards in the search pattern.
:type subscriber: string or int
:param list_id: The list id of the mailing list to search for the
subscriber's memberships on.