diff options
Diffstat (limited to 'src/mailman/app/subscriptions.py')
| -rw-r--r-- | src/mailman/app/subscriptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/app/subscriptions.py b/src/mailman/app/subscriptions.py index 57609a006..f11494e75 100644 --- a/src/mailman/app/subscriptions.py +++ b/src/mailman/app/subscriptions.py @@ -182,7 +182,7 @@ class SubscriptionService: -def handle_ListDeleteEvent(event): +def handle_ListDeletedEvent(event): """Delete a mailing list's members when the list is deleted.""" if not isinstance(event, ListDeletedEvent): |
