diff options
Diffstat (limited to 'src/mailman/interfaces/user.py')
| -rw-r--r-- | src/mailman/interfaces/user.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/interfaces/user.py b/src/mailman/interfaces/user.py index ceffec57f..46dd3ed63 100644 --- a/src/mailman/interfaces/user.py +++ b/src/mailman/interfaces/user.py @@ -54,7 +54,7 @@ class IUser(Interface): """This user's password information.""") user_id = Attribute( - """The user's unique, random, identifier (sha1 hex digest).""") + """The user's unique, random identifier (sha1 hex digest).""") created_on = Attribute( """The date and time at which this user was created.""") |
