summaryrefslogtreecommitdiff
path: root/src/mailman/rest/users.py
diff options
context:
space:
mode:
authorBarry Warsaw2015-03-20 12:38:00 -0400
committerBarry Warsaw2015-03-20 12:38:00 -0400
commit372181c1e9d989775758a6864c6d43a42660c342 (patch)
treefbdacc6746960736b2a9a349f1c869a33221e838 /src/mailman/rest/users.py
parent6280c5ffcd2fdebf80f170f7c9a4e47adf0c6c4a (diff)
downloadmailman-372181c1e9d989775758a6864c6d43a42660c342.tar.gz
mailman-372181c1e9d989775758a6864c6d43a42660c342.tar.zst
mailman-372181c1e9d989775758a6864c6d43a42660c342.zip
Diffstat (limited to 'src/mailman/rest/users.py')
-rw-r--r--src/mailman/rest/users.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rest/users.py b/src/mailman/rest/users.py
index 018c8441d..a912b6129 100644
--- a/src/mailman/rest/users.py
+++ b/src/mailman/rest/users.py
@@ -185,7 +185,7 @@ class AUser(_UserBase):
return UserAddresses(self._user)
def on_delete(self, request, response):
- """Delete the named user, all her memberships, and addresses."""
+ """Delete the named user and all associated resources."""
if self._user is None:
not_found(response)
return