diff options
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. |
