summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/roster.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/interfaces/roster.py')
-rw-r--r--src/mailman/interfaces/roster.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/interfaces/roster.py b/src/mailman/interfaces/roster.py
index 01d81cd2a..880087e77 100644
--- a/src/mailman/interfaces/roster.py
+++ b/src/mailman/interfaces/roster.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2010 by the Free Software Foundation, Inc.
+# Copyright (C) 2007-2011 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
@@ -30,7 +30,7 @@ from zope.interface import Interface, Attribute
class IRoster(Interface):
- """A roster is a collection of IMembers."""
+ """A roster is a collection of `IMembers`."""
name = Attribute(
"""The name for this roster.