diff options
Diffstat (limited to 'Mailman/interfaces/profile.py')
| -rw-r--r-- | Mailman/interfaces/profile.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/interfaces/profile.py b/Mailman/interfaces/profile.py index ed3968f9d..a0b5131cb 100644 --- a/Mailman/interfaces/profile.py +++ b/Mailman/interfaces/profile.py @@ -15,13 +15,13 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, # USA. -"""Interface for a profile, which describes delivery related information.""" +"""Interface for preferences.""" from zope.interface import Interface, Attribute -class IProfile(Interface): +class IPreferences(Interface): """Delivery related information.""" acknowledge_posts = Attribute( |
