diff options
| author | Barry Warsaw | 2015-03-20 12:38:00 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2015-03-20 12:38:00 -0400 |
| commit | 372181c1e9d989775758a6864c6d43a42660c342 (patch) | |
| tree | fbdacc6746960736b2a9a349f1c869a33221e838 /src/mailman/rest/users.py | |
| parent | 6280c5ffcd2fdebf80f170f7c9a4e47adf0c6c4a (diff) | |
| download | mailman-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.py | 2 |
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 |
