summaryrefslogtreecommitdiff
path: root/src/mailman/rest/users.py
diff options
context:
space:
mode:
authorBarry Warsaw2015-03-20 12:43:17 -0400
committerBarry Warsaw2015-03-20 12:43:17 -0400
commit18b7980823d2f9d5b7b0f50596cc05e8efb845e8 (patch)
treea9e4d2c841663562b42d6c164abbc6d97d072ba6 /src/mailman/rest/users.py
parent6280c5ffcd2fdebf80f170f7c9a4e47adf0c6c4a (diff)
parent372181c1e9d989775758a6864c6d43a42660c342 (diff)
downloadmailman-18b7980823d2f9d5b7b0f50596cc05e8efb845e8.tar.gz
mailman-18b7980823d2f9d5b7b0f50596cc05e8efb845e8.tar.zst
mailman-18b7980823d2f9d5b7b0f50596cc05e8efb845e8.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