diff options
| author | Barry Warsaw | 2016-01-13 19:49:16 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2016-01-13 19:49:16 -0500 |
| commit | a4ebbd164bdba4a7ede651dfcf802c300e8e9743 (patch) | |
| tree | e3939215fbe8066f059dc8bd131c699715ac7537 /src/mailman/interfaces/subscriptions.py | |
| parent | bbe2a437d2c1b369cc05abd0dae9305c36561202 (diff) | |
| download | mailman-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.py | 6 |
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. |
