summaryrefslogtreecommitdiff
path: root/src/mailman/commands
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/commands')
-rw-r--r--src/mailman/commands/docs/membership.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/commands/docs/membership.txt b/src/mailman/commands/docs/membership.txt
index 0da7ffadf..851f01514 100644
--- a/src/mailman/commands/docs/membership.txt
+++ b/src/mailman/commands/docs/membership.txt
@@ -185,7 +185,7 @@ Joining a second list
Anne of course, is still registered.
>>> print user_manager.get_user('anne@example.com')
- <User "Anne Person" at ...>
+ <User "Anne Person" (...) at ...>
But she is not a member of the mailing list.
@@ -363,7 +363,7 @@ a user of the system.
Now Bart is a user...
>>> print user_manager.get_user('bart@example.com')
- <User "Bart Person" at ...>
+ <User "Bart Person" (...) at ...>
...and a member of the mailing list.