summaryrefslogtreecommitdiff
path: root/Mailman/interfaces/user.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/interfaces/user.py')
-rw-r--r--Mailman/interfaces/user.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/interfaces/user.py b/Mailman/interfaces/user.py
index 6990eee4b..bed1db08d 100644
--- a/Mailman/interfaces/user.py
+++ b/Mailman/interfaces/user.py
@@ -30,8 +30,8 @@ class IUser(Interface):
password = Attribute(
"""This user's password information.""")
- profile = Attribute(
- """The default IProfile for this user.""")
+ preferences = Attribute(
+ """The default preferences for this user.""")
addresses = Attribute(
"""An iterator over all the IAddresses controlled by this user.""")