summaryrefslogtreecommitdiff
path: root/src/mailman/model/docs/usermanager.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/model/docs/usermanager.txt')
-rw-r--r--src/mailman/model/docs/usermanager.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/model/docs/usermanager.txt b/src/mailman/model/docs/usermanager.txt
index 8304e659c..e427eb63a 100644
--- a/src/mailman/model/docs/usermanager.txt
+++ b/src/mailman/model/docs/usermanager.txt
@@ -44,7 +44,7 @@ A user can be assigned a real name.
A user can be assigned a password.
- >>> user.password = 'secret'
+ >>> user.password = b'secret'
>>> dump_list(user.password for user in user_manager.users)
secret